Html Css Color HEX #D8B008 Sunflower

📋 copy color: '#D8B008'

red 216 ◦ green 176 ◦ blue 8

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

Shades of Sunflower #D8B008

Tints of Sunflower #D8B008

RGB

 RED value IS 216 (84.77% from 255) = 54%

 GREEN value IS 176 (69.14% from 255) = 44%

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

R = 54%
G = 44%
B = 2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D8B008 (or 0xD8B008) is known color: Sunflower. HEX triplet: D8, B0 and 08. RGB value is (216,176,8). Sum of RGB (Red+Green+Blue) = 216+176+8=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8B008 is #274FF7. Grayscale: #A9A9A9. Windows color (decimal): -2576376 or 569560. OLE color: 569560.

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

Color convert

RGB 216 176 8 -
CMYK 0 0.19 0.96 0.15
HSL 48.46º 0.93% 0.44% -
HSV(B) 48.46º 0.96% 0.85% -
XYZ 43.89 45.67 6.73 -
YUV 168.81 37.25 161.66 -
System Red Green Blue C M Y K H S L
Decimal 216 176 8 0 0.19 0.96 0.15 48.46 0.93 0.44
Hex D8 B0 8 0 13 60 F 30 5D 2C
Octal 330 260 10 0 23 140 17 60 135 54
Binary 11011000 10110000 1000 0 10011 1100000 1111 110000 1011101 101100

Color Harmonies of #D8B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B008

Black with #D8B008

Text Example


Text Example

White with #D8B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B008; }

 p { color: rgb(216,176,8); }

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

background-color css

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

 a { background-color: rgb(216,176,8); }

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

border-color css

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

 span { border-color: rgb(216,176,8); }

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