Html Css Color HEX #D8B308 Sunflower

📋 copy color: '#D8B308'

red 216 ◦ green 179 ◦ blue 8

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

Shades of Sunflower #D8B308

Tints of Sunflower #D8B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

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

R = 53.6%
G = 44.42%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D8B308 (or 0xD8B308) is known color: Sunflower. HEX triplet: D8, B3 and 08. RGB value is (216,179,8). Sum of RGB (Red+Green+Blue) = 216+179+8=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B308 is #274CF7. Grayscale: #ABABAB. Windows color (decimal): -2575608 or 570328. OLE color: 570328.

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

Color convert

RGB 216 179 8 -
CMYK 0 0.17 0.96 0.15
HSL 49.33º 0.93% 0.44% -
HSV(B) 49.33º 0.96% 0.85% -
XYZ 44.48 46.86 6.93 -
YUV 170.57 36.26 160.4 -
System Red Green Blue C M Y K H S L
Decimal 216 179 8 0 0.17 0.96 0.15 49.33 0.93 0.44
Hex D8 B3 8 0 11 60 F 31 5D 2C
Octal 330 263 10 0 21 140 17 61 135 54
Binary 11011000 10110011 1000 0 10001 1100000 1111 110001 1011101 101100

Color Harmonies of #D8B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B308

Black with #D8B308

Text Example


Text Example

White with #D8B308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B308; }

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

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

background-color css

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

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

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

border-color css

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

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

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