Html Css Color HEX #D8B006 Sunflower

📋 copy color: '#D8B006'

red 216 ◦ green 176 ◦ blue 6

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

Shades of Sunflower #D8B006

Tints of Sunflower #D8B006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 54.27%
G = 44.22%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D8B006 (or 0xD8B006) is known color: Sunflower. HEX triplet: D8, B0 and 06. RGB value is (216,176,6). Sum of RGB (Red+Green+Blue) = 216+176+6=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8B006 is #274FF9. Grayscale: #A9A9A9. Windows color (decimal): -2576378 or 438488. OLE color: 438488.

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

Color convert

RGB 216 176 6 -
CMYK 0 0.19 0.97 0.15
HSL 48.57º 0.95% 0.44% -
HSV(B) 48.57º 0.97% 0.85% -
XYZ 43.88 45.66 6.67 -
YUV 168.58 36.25 161.82 -
System Red Green Blue C M Y K H S L
Decimal 216 176 6 0 0.19 0.97 0.15 48.57 0.95 0.44
Hex D8 B0 6 0 13 61 F 31 5F 2C
Octal 330 260 6 0 23 141 17 61 137 54
Binary 11011000 10110000 110 0 10011 1100001 1111 110001 1011111 101100

Color Harmonies of #D8B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B006

Black with #D8B006

Text Example


Text Example

White with #D8B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B006; }

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

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

background-color css

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

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

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

border-color css

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

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

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