Html Css Color HEX #D28C18 Buttercup

📋 copy color: '#D28C18'

red 210 ◦ green 140 ◦ blue 24

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

Shades of Buttercup #D28C18

Tints of Buttercup #D28C18

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.43%

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

R = 56.15%
G = 37.43%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D28C18 (or 0xD28C18) is known color: Buttercup. HEX triplet: D2, 8C and 18. RGB value is (210,140,24). Sum of RGB (Red+Green+Blue) = 210+140+24=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28C18 is #2D73E7. Grayscale: #949494. Windows color (decimal): -2978792 or 1608914. OLE color: 1608914.

HSL color Cylindrical-coordinate representation of color #D28C18: hue angle of 37.42º 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 #D28C18 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 24 -
CMYK 0 0.33 0.89 0.18
HSL 37.42º 0.79% 0.46% -
HSV(B) 37.42º 0.89% 0.82% -
XYZ 36.12 32.52 5.24 -
YUV 147.71 58.19 172.43 -
System Red Green Blue C M Y K H S L
Decimal 210 140 24 0 0.33 0.89 0.18 37.42 0.79 0.46
Hex D2 8C 18 0 21 59 12 25 4F 2E
Octal 322 214 30 0 41 131 22 45 117 56
Binary 11010010 10001100 11000 0 100001 1011001 10010 100101 1001111 101110

Color Harmonies of #D28C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C18

Black with #D28C18

Text Example


Text Example

White with #D28C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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