Html Css Color HEX #DC9027 Buttercup

📋 copy color: '#DC9027'

red 220 ◦ green 144 ◦ blue 39

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

Shades of Buttercup #DC9027

Tints of Buttercup #DC9027

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.73%

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

R = 54.59%
G = 35.73%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC9027 (or 0xDC9027) is known color: Buttercup. HEX triplet: DC, 90 and 27. RGB value is (220,144,39). Sum of RGB (Red+Green+Blue) = 220+144+39=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9027 is #236FD8. Grayscale: #9B9B9B. Windows color (decimal): -2322393 or 2592988. OLE color: 2592988.

HSL color Cylindrical-coordinate representation of color #DC9027: hue angle of 34.81º 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 #DC9027 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 39 -
CMYK 0 0.35 0.82 0.14
HSL 34.81º 0.72% 0.51% -
HSV(B) 34.81º 0.82% 0.86% -
XYZ 39.85 35.31 6.63 -
YUV 154.75 62.68 174.54 -
System Red Green Blue C M Y K H S L
Decimal 220 144 39 0 0.35 0.82 0.14 34.81 0.72 0.51
Hex DC 90 27 0 23 52 E 23 48 33
Octal 334 220 47 0 43 122 16 43 110 63
Binary 11011100 10010000 100111 0 100011 1010010 1110 100011 1001000 110011

Color Harmonies of #DC9027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9027

Black with #DC9027

Text Example


Text Example

White with #DC9027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9027; }

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

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

background-color css

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

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

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

border-color css

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

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

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