Html Css Color HEX #D8B618 Sunflower

📋 copy color: '#D8B618'

red 216 ◦ green 182 ◦ blue 24

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

Shades of Sunflower #D8B618

Tints of Sunflower #D8B618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.13%

 BLUE value IS 24 (9.77% from 255) = 5.69%

R = 51.18%
G = 43.13%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8B618 (or 0xD8B618) is known color: Sunflower. HEX triplet: D8, B6 and 18. RGB value is (216,182,24). Sum of RGB (Red+Green+Blue) = 216+182+24=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B618 is #2749E7. Grayscale: #AEAEAE. Windows color (decimal): -2574824 or 1619672. OLE color: 1619672.

HSL color Cylindrical-coordinate representation of color #D8B618: hue angle of 49.38º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8B618 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 182 24 -
CMYK 0 0.16 0.89 0.15
HSL 49.38º 0.8% 0.47% -
HSV(B) 49.38º 0.89% 0.85% -
XYZ 45.21 48.12 7.77 -
YUV 174.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 216 182 24 0 0.16 0.89 0.15 49.38 0.8 0.47
Hex D8 B6 18 0 10 59 F 31 50 2F
Octal 330 266 30 0 20 131 17 61 120 57
Binary 11011000 10110110 11000 0 10000 1011001 1111 110001 1010000 101111

Color Harmonies of #D8B618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B618

Black with #D8B618

Text Example


Text Example

White with #D8B618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B618; }

 p { color: rgb(216,182,24); }

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

background-color css

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

 a { background-color: rgb(216,182,24); }

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

border-color css

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

 span { border-color: rgb(216,182,24); }

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