Html Css Color HEX #D2B816 Bird Flower

📋 copy color: '#D2B816'

red 210 ◦ green 184 ◦ blue 22

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

Shades of Bird Flower #D2B816

Tints of Bird Flower #D2B816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.29%

R = 50.48%
G = 44.23%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D2B816 (or 0xD2B816) is known color: Bird Flower. HEX triplet: D2, B8 and 16. RGB value is (210,184,22). Sum of RGB (Red+Green+Blue) = 210+184+22=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B816 is #2D47E9. Grayscale: #ADADAD. Windows color (decimal): -2967530 or 1489106. OLE color: 1489106.

HSL color Cylindrical-coordinate representation of color #D2B816: hue angle of 51.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2B816 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 184 22 -
CMYK 0 0.12 0.90 0.18
HSL 51.7º 0.81% 0.45% -
HSV(B) 51.7º 0.9% 0.82% -
XYZ 43.86 48.04 7.72 -
YUV 173.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 210 184 22 0 0.12 0.90 0.18 51.7 0.81 0.45
Hex D2 B8 16 0 C 5A 12 34 51 2D
Octal 322 270 26 0 14 132 22 64 121 55
Binary 11010010 10111000 10110 0 1100 1011010 10010 110100 1010001 101101

Color Harmonies of #D2B816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B816

Black with #D2B816

Text Example


Text Example

White with #D2B816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B816; }

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

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

background-color css

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

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

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

border-color css

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

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

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