Html Css Color HEX #D2B810 Bird Flower

📋 copy color: '#D2B810'

red 210 ◦ green 184 ◦ blue 16

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

Shades of Bird Flower #D2B810

Tints of Bird Flower #D2B810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.9%

R = 51.22%
G = 44.88%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2B810 (or 0xD2B810) is known color: Bird Flower. HEX triplet: D2, B8 and 10. RGB value is (210,184,16). Sum of RGB (Red+Green+Blue) = 210+184+16=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B810 is #2D47EF. Grayscale: #ADADAD. Windows color (decimal): -2967536 or 1095890. OLE color: 1095890.

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

Color convert

RGB 210 184 16 -
CMYK 0 0.12 0.92 0.18
HSL 51.96º 0.86% 0.44% -
HSV(B) 51.96º 0.92% 0.82% -
XYZ 43.81 48.02 7.45 -
YUV 172.62 39.61 154.66 -
System Red Green Blue C M Y K H S L
Decimal 210 184 16 0 0.12 0.92 0.18 51.96 0.86 0.44
Hex D2 B8 10 0 C 5C 12 34 56 2C
Octal 322 270 20 0 14 134 22 64 126 54
Binary 11010010 10111000 10000 0 1100 1011100 10010 110100 1010110 101100

Color Harmonies of #D2B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B810

Black with #D2B810

Text Example


Text Example

White with #D2B810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B810; }

 p { color: rgb(210,184,16); }

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

background-color css

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

 a { background-color: rgb(210,184,16); }

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

border-color css

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

 span { border-color: rgb(210,184,16); }

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