Html Css Color HEX #DC9827 Buttercup

📋 copy color: '#DC9827'

red 220 ◦ green 152 ◦ blue 39

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

Shades of Buttercup #DC9827

Tints of Buttercup #DC9827

RGB

 RED value IS 220 (86.33% from 255) = 53.53%

 GREEN value IS 152 (59.77% from 255) = 36.98%

 BLUE value IS 39 (15.63% from 255) = 9.49%

R = 53.53%
G = 36.98%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC9827 (or 0xDC9827) is known color: Buttercup. HEX triplet: DC, 98 and 27. RGB value is (220,152,39). Sum of RGB (Red+Green+Blue) = 220+152+39=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9827 is #2367D8. Grayscale: #9F9F9F. Windows color (decimal): -2320345 or 2595036. OLE color: 2595036.

HSL color Cylindrical-coordinate representation of color #DC9827: hue angle of 37.46º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC9827 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 39 -
CMYK 0 0.31 0.82 0.14
HSL 37.46º 0.72% 0.51% -
HSV(B) 37.46º 0.82% 0.86% -
XYZ 41.11 37.82 7.05 -
YUV 159.45 60.03 171.19 -
System Red Green Blue C M Y K H S L
Decimal 220 152 39 0 0.31 0.82 0.14 37.46 0.72 0.51
Hex DC 98 27 0 1F 52 E 25 48 33
Octal 334 230 47 0 37 122 16 45 110 63
Binary 11011100 10011000 100111 0 11111 1010010 1110 100101 1001000 110011

Color Harmonies of #DC9827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9827

Black with #DC9827

Text Example


Text Example

White with #DC9827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9827; }

 p { color: rgb(220,152,39); }

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

background-color css

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

 a { background-color: rgb(220,152,39); }

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

border-color css

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

 span { border-color: rgb(220,152,39); }

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