Html Css Color HEX #D28820 Buttercup

📋 copy color: '#D28820'

red 210 ◦ green 136 ◦ blue 32

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

Shades of Buttercup #D28820

Tints of Buttercup #D28820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

 BLUE value IS 32 (12.89% from 255) = 8.47%

R = 55.56%
G = 35.98%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D28820 (or 0xD28820) is known color: Buttercup. HEX triplet: D2, 88 and 20. RGB value is (210,136,32). Sum of RGB (Red+Green+Blue) = 210+136+32=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D28820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28820 is #2D77DF. Grayscale: #929292. Windows color (decimal): -2979808 or 2132178. OLE color: 2132178.

HSL color Cylindrical-coordinate representation of color #D28820: hue angle of 35.06º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D28820 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 32 -
CMYK 0 0.35 0.85 0.18
HSL 35.06º 0.74% 0.47% -
HSV(B) 35.06º 0.85% 0.82% -
XYZ 35.64 31.41 5.55 -
YUV 146.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 210 136 32 0 0.35 0.85 0.18 35.06 0.74 0.47
Hex D2 88 20 0 23 55 12 23 4A 2F
Octal 322 210 40 0 43 125 22 43 112 57
Binary 11010010 10001000 100000 0 100011 1010101 10010 100011 1001010 101111

Color Harmonies of #D28820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28820

Black with #D28820

Text Example


Text Example

White with #D28820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28820; }

 p { color: rgb(210,136,32); }

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

background-color css

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

 a { background-color: rgb(210,136,32); }

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

border-color css

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

 span { border-color: rgb(210,136,32); }

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