Html Css Color HEX #D2B616 Bird Flower

📋 copy color: '#D2B616'

red 210 ◦ green 182 ◦ blue 22

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

Shades of Bird Flower #D2B616

Tints of Bird Flower #D2B616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.96%

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

R = 50.72%
G = 43.96%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D2B616 (or 0xD2B616) is known color: Bird Flower. HEX triplet: D2, B6 and 16. RGB value is (210,182,22). Sum of RGB (Red+Green+Blue) = 210+182+22=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B616 is #2D49E9. Grayscale: #ACACAC. Windows color (decimal): -2968042 or 1488594. OLE color: 1488594.

HSL color Cylindrical-coordinate representation of color #D2B616: hue angle of 51.06º 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 #D2B616 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 182 22 -
CMYK 0 0.13 0.90 0.18
HSL 51.06º 0.81% 0.45% -
HSV(B) 51.06º 0.9% 0.82% -
XYZ 43.45 47.22 7.58 -
YUV 172.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 210 182 22 0 0.13 0.90 0.18 51.06 0.81 0.45
Hex D2 B6 16 0 D 5A 12 33 51 2D
Octal 322 266 26 0 15 132 22 63 121 55
Binary 11010010 10110110 10110 0 1101 1011010 10010 110011 1010001 101101

Color Harmonies of #D2B616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B616

Black with #D2B616

Text Example


Text Example

White with #D2B616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B616; }

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

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

background-color css

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

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

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

border-color css

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

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

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