Html Css Color HEX #D2B90C Bird Flower

📋 copy color: '#D2B90C'

red 210 ◦ green 185 ◦ blue 12

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

Shades of Bird Flower #D2B90C

Tints of Bird Flower #D2B90C

RGB

 RED value IS 210 (82.42% from 255) = 51.6%

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

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

R = 51.6%
G = 45.45%
B = 2.95%

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

#D2B90C (or 0xD2B90C) is known color: Bird Flower. HEX triplet: D2, B9 and 0C. RGB value is (210,185,12). Sum of RGB (Red+Green+Blue) = 210+185+12=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B90C is #2D46F3. Grayscale: #ADADAD. Windows color (decimal): -2967284 or 834002. OLE color: 834002.

HSL color Cylindrical-coordinate representation of color #D2B90C: hue angle of 52.42º degrees, saturation: 0.89, 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 #D2B90C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 12 -
CMYK 0 0.12 0.94 0.18
HSL 52.42º 0.89% 0.44% -
HSV(B) 52.42º 0.94% 0.82% -
XYZ 43.99 48.43 7.38 -
YUV 172.75 37.28 154.57 -
System Red Green Blue C M Y K H S L
Decimal 210 185 12 0 0.12 0.94 0.18 52.42 0.89 0.44
Hex D2 B9 C 0 C 5E 12 34 59 2C
Octal 322 271 14 0 14 136 22 64 131 54
Binary 11010010 10111001 1100 0 1100 1011110 10010 110100 1011001 101100

Color Harmonies of #D2B90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B90C

Black with #D2B90C

Text Example


Text Example

White with #D2B90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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