Html Css Color HEX #D28F18 Buttercup

📋 copy color: '#D28F18'

red 210 ◦ green 143 ◦ blue 24

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

Shades of Buttercup #D28F18

Tints of Buttercup #D28F18

RGB

 RED value IS 210 (82.42% from 255) = 55.7%

 GREEN value IS 143 (56.25% from 255) = 37.93%

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

R = 55.7%
G = 37.93%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D28F18 (or 0xD28F18) is known color: Buttercup. HEX triplet: D2, 8F and 18. RGB value is (210,143,24). Sum of RGB (Red+Green+Blue) = 210+143+24=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28F18 is #2D70E7. Grayscale: #969696. Windows color (decimal): -2978024 or 1609682. OLE color: 1609682.

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

Color convert

RGB 210 143 24 -
CMYK 0 0.32 0.89 0.18
HSL 38.39º 0.79% 0.46% -
HSV(B) 38.39º 0.89% 0.82% -
XYZ 36.57 33.41 5.39 -
YUV 149.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 210 143 24 0 0.32 0.89 0.18 38.39 0.79 0.46
Hex D2 8F 18 0 20 59 12 26 4F 2E
Octal 322 217 30 0 40 131 22 46 117 56
Binary 11010010 10001111 11000 0 100000 1011001 10010 100110 1001111 101110

Color Harmonies of #D28F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F18

Black with #D28F18

Text Example


Text Example

White with #D28F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F18; }

 p { color: rgb(210,143,24); }

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

background-color css

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

 a { background-color: rgb(210,143,24); }

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

border-color css

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

 span { border-color: rgb(210,143,24); }

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