Html Css Color HEX #D39418 Buttercup

📋 copy color: '#D39418'

red 211 ◦ green 148 ◦ blue 24

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

Shades of Buttercup #D39418

Tints of Buttercup #D39418

RGB

 RED value IS 211 (82.81% from 255) = 55.09%

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

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

R = 55.09%
G = 38.64%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D39418 (or 0xD39418) is known color: Buttercup. HEX triplet: D3, 94 and 18. RGB value is (211,148,24). Sum of RGB (Red+Green+Blue) = 211+148+24=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D39418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39418 is #2C6BE7. Grayscale: #999999. Windows color (decimal): -2911208 or 1610963. OLE color: 1610963.

HSL color Cylindrical-coordinate representation of color #D39418: hue angle of 39.79º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D39418 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 148 24 -
CMYK 0 0.30 0.89 0.17
HSL 39.79º 0.8% 0.46% -
HSV(B) 39.79º 0.89% 0.83% -
XYZ 37.62 35.09 5.66 -
YUV 152.7 55.37 169.58 -
System Red Green Blue C M Y K H S L
Decimal 211 148 24 0 0.30 0.89 0.17 39.79 0.8 0.46
Hex D3 94 18 0 1E 59 11 28 50 2E
Octal 323 224 30 0 36 131 21 50 120 56
Binary 11010011 10010100 11000 0 11110 1011001 10001 101000 1010000 101110

Color Harmonies of #D39418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39418

Black with #D39418

Text Example


Text Example

White with #D39418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39418; }

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

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

background-color css

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

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

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

border-color css

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

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

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