#d5b603

Color #D5B603 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D5B603

Tints of Bird Flower #D5B603

Color information

#D5B603 (or 0xD5B603) is unknown color: approx Bird Flower. HEX triplet: D5, B6 and 03. RGB value is (213,182,3). Sum of RGB (Red+Green+Blue) = 213+182+3=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B603 is #2A49FC. Grayscale: #ABABAB. Windows color (decimal): -2771453 or 243413. OLE color: 243413.

HSL color Cylindrical-coordinate representation of color #D5B603: hue angle of 51.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5B603 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB2131823-
CMYK00.150.990.16
HSL51.14º97.22%42.35%-
HSV(B)51.14º98.59%83.53%-
XYZ44.1847.616.95-
YUV170.8633.27158.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 53.52%
GREEN value IS 182 (71.48% from 255) = 45.73%
BLUE value IS 3 (1.56% from 255) = 0.75%
R=53.52%
G=45.73%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213182300.150.990.1651.1497.2242.35
HexD5B630F631033612a
Octal3252663017143206314152
Binary110101011011011011011111100011100001100111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5b603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5b603; }

 p { color: rgb(213,182,3); }

 H1.HeaderClassName
 {
   color: #d5b603;
 }
 .AnyTagClassName
 {
   color: #d5b603;
 }
</style>
background-color css

<style>
 a { background-color: #d5b603; }

 a { background-color: rgb(213,182,3); }

 div.DivClassName
 {
   background-color: #d5b603;
 }
 .BgClassName
 {
   background-color: #d5b603;
 }
</style>
border-color css

<style>
 span { border-color: #d5b603; }

 span { border-color: rgb(213,182,3); }

 td.TdClassName
 {
   border-color: #d5b603;
 }
 .TagClassName
 {
   border-color: #d5b603;
 }
</style>