Html Css Color HEX #D1B90C Bird Flower

📋 copy color: '#D1B90C'

red 209 ◦ green 185 ◦ blue 12

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

Shades of Bird Flower #D1B90C

Tints of Bird Flower #D1B90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.57%

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 51.48%
G = 45.57%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1B90C (or 0xD1B90C) is known color: Bird Flower. HEX triplet: D1, B9 and 0C. RGB value is (209,185,12). Sum of RGB (Red+Green+Blue) = 209+185+12=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B90C is #2E46F3. Grayscale: #ADADAD. Windows color (decimal): -3032820 or 834001. OLE color: 834001.

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

Color convert

RGB 209 185 12 -
CMYK 0 0.11 0.94 0.18
HSL 52.69º 0.89% 0.43% -
HSV(B) 52.69º 0.94% 0.82% -
XYZ 43.71 48.28 7.36 -
YUV 172.45 37.45 154.07 -
System Red Green Blue C M Y K H S L
Decimal 209 185 12 0 0.11 0.94 0.18 52.69 0.89 0.43
Hex D1 B9 C 0 B 5E 12 35 59 2B
Octal 321 271 14 0 13 136 22 65 131 53
Binary 11010001 10111001 1100 0 1011 1011110 10010 110101 1011001 101011

Color Harmonies of #D1B90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B90C

Black with #D1B90C

Text Example


Text Example

White with #D1B90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B90C; }

 p { color: rgb(209,185,12); }

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

background-color css

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

 a { background-color: rgb(209,185,12); }

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

border-color css

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

 span { border-color: rgb(209,185,12); }

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