Html Css Color HEX #D6B508 Bird Flower

📋 copy color: '#D6B508'

red 214 ◦ green 181 ◦ blue 8

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

Shades of Bird Flower #D6B508

Tints of Bird Flower #D6B508

RGB

 RED value IS 214 (83.98% from 255) = 53.1%

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

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

R = 53.1%
G = 44.91%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D6B508 (or 0xD6B508) is known color: Bird Flower. HEX triplet: D6, B5 and 08. RGB value is (214,181,8). Sum of RGB (Red+Green+Blue) = 214+181+8=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B508 is #294AF7. Grayscale: #ABABAB. Windows color (decimal): -2706168 or 570838. OLE color: 570838.

HSL color Cylindrical-coordinate representation of color #D6B508: hue angle of 50.39º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6B508 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 8 -
CMYK 0 0.15 0.96 0.16
HSL 50.39º 0.93% 0.44% -
HSV(B) 50.39º 0.96% 0.84% -
XYZ 44.3 47.36 7.04 -
YUV 171.15 35.93 158.57 -
System Red Green Blue C M Y K H S L
Decimal 214 181 8 0 0.15 0.96 0.16 50.39 0.93 0.44
Hex D6 B5 8 0 F 60 10 32 5D 2C
Octal 326 265 10 0 17 140 20 62 135 54
Binary 11010110 10110101 1000 0 1111 1100000 10000 110010 1011101 101100

Color Harmonies of #D6B508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B508

Black with #D6B508

Text Example


Text Example

White with #D6B508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B508; }

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

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

background-color css

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

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

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

border-color css

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

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

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