Html Css Color HEX #D1B80D Bird Flower

📋 copy color: '#D1B80D'

red 209 ◦ green 184 ◦ blue 13

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

Shades of Bird Flower #D1B80D

Tints of Bird Flower #D1B80D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.32%

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 51.48%
G = 45.32%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1B80D (or 0xD1B80D) is known color: Bird Flower. HEX triplet: D1, B8 and 0D. RGB value is (209,184,13). Sum of RGB (Red+Green+Blue) = 209+184+13=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B80D is #2E47F2. Grayscale: #ACACAC. Windows color (decimal): -3033075 or 899281. OLE color: 899281.

HSL color Cylindrical-coordinate representation of color #D1B80D: hue angle of 52.35º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1B80D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 184 13 -
CMYK 0 0.12 0.94 0.18
HSL 52.35º 0.88% 0.44% -
HSV(B) 52.35º 0.94% 0.82% -
XYZ 43.51 47.87 7.33 -
YUV 171.98 38.28 154.4 -
System Red Green Blue C M Y K H S L
Decimal 209 184 13 0 0.12 0.94 0.18 52.35 0.88 0.44
Hex D1 B8 D 0 C 5E 12 34 58 2C
Octal 321 270 15 0 14 136 22 64 130 54
Binary 11010001 10111000 1101 0 1100 1011110 10010 110100 1011000 101100

Color Harmonies of #D1B80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B80D

Black with #D1B80D

Text Example


Text Example

White with #D1B80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B80D; }

 p { color: rgb(209,184,13); }

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

background-color css

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

 a { background-color: rgb(209,184,13); }

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

border-color css

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

 span { border-color: rgb(209,184,13); }

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