Html Css Color HEX #D8B313 Sunflower

📋 copy color: '#D8B313'

red 216 ◦ green 179 ◦ blue 19

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

Shades of Sunflower #D8B313

Tints of Sunflower #D8B313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.59%

R = 52.17%
G = 43.24%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8B313 (or 0xD8B313) is known color: Sunflower. HEX triplet: D8, B3 and 13. RGB value is (216,179,19). Sum of RGB (Red+Green+Blue) = 216+179+19=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B313 is #274CEC. Grayscale: #ACACAC. Windows color (decimal): -2575597 or 1291224. OLE color: 1291224.

HSL color Cylindrical-coordinate representation of color #D8B313: hue angle of 48.73º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8B313 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 19 -
CMYK 0 0.17 0.91 0.15
HSL 48.73º 0.84% 0.46% -
HSV(B) 48.73º 0.91% 0.85% -
XYZ 44.56 46.89 7.32 -
YUV 171.82 41.76 159.51 -
System Red Green Blue C M Y K H S L
Decimal 216 179 19 0 0.17 0.91 0.15 48.73 0.84 0.46
Hex D8 B3 13 0 11 5B F 31 54 2E
Octal 330 263 23 0 21 133 17 61 124 56
Binary 11011000 10110011 10011 0 10001 1011011 1111 110001 1010100 101110

Color Harmonies of #D8B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B313

Black with #D8B313

Text Example


Text Example

White with #D8B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B313; }

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

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

background-color css

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

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

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

border-color css

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

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

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