Html Css Color HEX #D8BA08 Sunflower

📋 copy color: '#D8BA08'

red 216 ◦ green 186 ◦ blue 8

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

Shades of Sunflower #D8BA08

Tints of Sunflower #D8BA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.37%

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

R = 52.68%
G = 45.37%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D8BA08 (or 0xD8BA08) is known color: Sunflower. HEX triplet: D8, BA and 08. RGB value is (216,186,8). Sum of RGB (Red+Green+Blue) = 216+186+8=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BA08 is #2745F7. Grayscale: #AFAFAF. Windows color (decimal): -2573816 or 572120. OLE color: 572120.

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

Color convert

RGB 216 186 8 -
CMYK 0 0.14 0.96 0.15
HSL 51.35º 0.93% 0.44% -
HSV(B) 51.35º 0.96% 0.85% -
XYZ 45.92 49.73 7.41 -
YUV 174.68 33.94 157.47 -
System Red Green Blue C M Y K H S L
Decimal 216 186 8 0 0.14 0.96 0.15 51.35 0.93 0.44
Hex D8 BA 8 0 E 60 F 33 5D 2C
Octal 330 272 10 0 16 140 17 63 135 54
Binary 11011000 10111010 1000 0 1110 1100000 1111 110011 1011101 101100

Color Harmonies of #D8BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA08

Black with #D8BA08

Text Example


Text Example

White with #D8BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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