Html Css Color HEX #D7B008 Sunflower

📋 copy color: '#D7B008'

red 215 ◦ green 176 ◦ blue 8

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

Shades of Sunflower #D7B008

Tints of Sunflower #D7B008

RGB

 RED value IS 215 (84.38% from 255) = 53.88%

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

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

R = 53.88%
G = 44.11%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D7B008 (or 0xD7B008) is known color: Sunflower. HEX triplet: D7, B0 and 08. RGB value is (215,176,8). Sum of RGB (Red+Green+Blue) = 215+176+8=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B008 is #284FF7. Grayscale: #A9A9A9. Windows color (decimal): -2641912 or 569559. OLE color: 569559.

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

Color convert

RGB 215 176 8 -
CMYK 0 0.18 0.96 0.16
HSL 48.7º 0.93% 0.44% -
HSV(B) 48.7º 0.96% 0.84% -
XYZ 43.59 45.52 6.72 -
YUV 168.51 37.42 161.16 -
System Red Green Blue C M Y K H S L
Decimal 215 176 8 0 0.18 0.96 0.16 48.7 0.93 0.44
Hex D7 B0 8 0 12 60 10 31 5D 2C
Octal 327 260 10 0 22 140 20 61 135 54
Binary 11010111 10110000 1000 0 10010 1100000 10000 110001 1011101 101100

Color Harmonies of #D7B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B008

Black with #D7B008

Text Example


Text Example

White with #D7B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B008; }

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

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

background-color css

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

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

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

border-color css

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

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

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