Html Css Color HEX #D09418 Buttercup

📋 copy color: '#D09418'

red 208 ◦ green 148 ◦ blue 24

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

Shades of Buttercup #D09418

Tints of Buttercup #D09418

RGB

 RED value IS 208 (81.64% from 255) = 54.74%

 GREEN value IS 148 (58.2% from 255) = 38.95%

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

R = 54.74%
G = 38.95%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D09418 (or 0xD09418) is known color: Buttercup. HEX triplet: D0, 94 and 18. RGB value is (208,148,24). Sum of RGB (Red+Green+Blue) = 208+148+24=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D09418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09418 is #2F6BE7. Grayscale: #989898. Windows color (decimal): -3107816 or 1610960. OLE color: 1610960.

HSL color Cylindrical-coordinate representation of color #D09418: hue angle of 40.43º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D09418 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 24 -
CMYK 0 0.29 0.88 0.18
HSL 40.43º 0.79% 0.45% -
HSV(B) 40.43º 0.88% 0.82% -
XYZ 36.77 34.66 5.62 -
YUV 151.8 55.88 168.08 -
System Red Green Blue C M Y K H S L
Decimal 208 148 24 0 0.29 0.88 0.18 40.43 0.79 0.45
Hex D0 94 18 0 1D 58 12 28 4F 2D
Octal 320 224 30 0 35 130 22 50 117 55
Binary 11010000 10010100 11000 0 11101 1011000 10010 101000 1001111 101101

Color Harmonies of #D09418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09418

Black with #D09418

Text Example


Text Example

White with #D09418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09418; }

 p { color: rgb(208,148,24); }

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

background-color css

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

 a { background-color: rgb(208,148,24); }

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

border-color css

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

 span { border-color: rgb(208,148,24); }

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