Html Css Color HEX #D2B508 Bird Flower

📋 copy color: '#D2B508'

red 210 ◦ green 181 ◦ blue 8

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

Shades of Bird Flower #D2B508

Tints of Bird Flower #D2B508

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.36%

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 52.63%
G = 45.36%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D2B508 (or 0xD2B508) is known color: Bird Flower. HEX triplet: D2, B5 and 08. RGB value is (210,181,8). Sum of RGB (Red+Green+Blue) = 210+181+8=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B508 is #2D4AF7. Grayscale: #AAAAAA. Windows color (decimal): -2968312 or 570834. OLE color: 570834.

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

Color convert

RGB 210 181 8 -
CMYK 0 0.14 0.96 0.18
HSL 51.39º 0.93% 0.43% -
HSV(B) 51.39º 0.96% 0.82% -
XYZ 43.15 46.77 6.98 -
YUV 169.95 36.61 156.57 -
System Red Green Blue C M Y K H S L
Decimal 210 181 8 0 0.14 0.96 0.18 51.39 0.93 0.43
Hex D2 B5 8 0 E 60 12 33 5D 2B
Octal 322 265 10 0 16 140 22 63 135 53
Binary 11010010 10110101 1000 0 1110 1100000 10010 110011 1011101 101011

Color Harmonies of #D2B508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B508

Black with #D2B508

Text Example


Text Example

White with #D2B508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B508; }

 p { color: rgb(210,181,8); }

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

background-color css

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

 a { background-color: rgb(210,181,8); }

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

border-color css

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

 span { border-color: rgb(210,181,8); }

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