Html Css Color HEX #D8B206 Sunflower

📋 copy color: '#D8B206'

red 216 ◦ green 178 ◦ blue 6

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

Shades of Sunflower #D8B206

Tints of Sunflower #D8B206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

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

R = 54%
G = 44.5%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D8B206 (or 0xD8B206) is known color: Sunflower. HEX triplet: D8, B2 and 06. RGB value is (216,178,6). Sum of RGB (Red+Green+Blue) = 216+178+6=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8B206 is #274DF9. Grayscale: #AAAAAA. Windows color (decimal): -2575866 or 439000. OLE color: 439000.

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

Color convert

RGB 216 178 6 -
CMYK 0 0.18 0.97 0.15
HSL 49.14º 0.95% 0.44% -
HSV(B) 49.14º 0.97% 0.85% -
XYZ 44.27 46.45 6.81 -
YUV 169.75 35.59 160.99 -
System Red Green Blue C M Y K H S L
Decimal 216 178 6 0 0.18 0.97 0.15 49.14 0.95 0.44
Hex D8 B2 6 0 12 61 F 31 5F 2C
Octal 330 262 6 0 22 141 17 61 137 54
Binary 11011000 10110010 110 0 10010 1100001 1111 110001 1011111 101100

Color Harmonies of #D8B206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B206

Black with #D8B206

Text Example


Text Example

White with #D8B206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B206; }

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

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

background-color css

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

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

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

border-color css

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

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

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