Html Css Color HEX #D1B205 Bird Flower

📋 copy color: '#D1B205'

red 209 ◦ green 178 ◦ blue 5

#D1B205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D1B205

Tints of Bird Flower #D1B205

RGB

 RED value IS 209 (82.03% from 255) = 53.32%

 GREEN value IS 178 (69.92% from 255) = 45.41%

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 53.32%
G = 45.41%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D1B205 (or 0xD1B205) is known color: Bird Flower. HEX triplet: D1, B2 and 05. RGB value is (209,178,5). Sum of RGB (Red+Green+Blue) = 209+178+5=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B205 is #2E4DFA. Grayscale: #A8A8A8. Windows color (decimal): -3034619 or 373457. OLE color: 373457.

HSL color Cylindrical-coordinate representation of color #D1B205: hue angle of 50.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1B205 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 178 5 -
CMYK 0 0.15 0.98 0.18
HSL 50.88º 0.95% 0.42% -
HSV(B) 50.88º 0.98% 0.82% -
XYZ 42.24 45.41 6.68 -
YUV 167.55 36.27 157.57 -
System Red Green Blue C M Y K H S L
Decimal 209 178 5 0 0.15 0.98 0.18 50.88 0.95 0.42
Hex D1 B2 5 0 F 62 12 33 5F 2A
Octal 321 262 5 0 17 142 22 63 137 52
Binary 11010001 10110010 101 0 1111 1100010 10010 110011 1011111 101010

Color Harmonies of #D1B205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B205

Black with #D1B205

Text Example


Text Example

White with #D1B205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B205; }

 p { color: rgb(209,178,5); }

 H1.HeaderClassName
 {
   color: #D1B205;
 }
 .AnyTagClassName
 {
   color: #D1B205;
 }
</style>

background-color css

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

 a { background-color: rgb(209,178,5); }

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

border-color css

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

 span { border-color: rgb(209,178,5); }

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