Html Css Color HEX #DC9022 Buttercup

📋 copy color: '#DC9022'

red 220 ◦ green 144 ◦ blue 34

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

Shades of Buttercup #DC9022

Tints of Buttercup #DC9022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.54%

R = 55.28%
G = 36.18%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC9022 (or 0xDC9022) is known color: Buttercup. HEX triplet: DC, 90 and 22. RGB value is (220,144,34). Sum of RGB (Red+Green+Blue) = 220+144+34=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9022 is #236FDD. Grayscale: #9A9A9A. Windows color (decimal): -2322398 or 2265308. OLE color: 2265308.

HSL color Cylindrical-coordinate representation of color #DC9022: hue angle of 35.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC9022 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 34 -
CMYK 0 0.35 0.85 0.14
HSL 35.48º 0.73% 0.5% -
HSV(B) 35.48º 0.85% 0.86% -
XYZ 39.78 35.28 6.23 -
YUV 154.18 60.18 174.94 -
System Red Green Blue C M Y K H S L
Decimal 220 144 34 0 0.35 0.85 0.14 35.48 0.73 0.5
Hex DC 90 22 0 23 55 E 23 49 32
Octal 334 220 42 0 43 125 16 43 111 62
Binary 11011100 10010000 100010 0 100011 1010101 1110 100011 1001001 110010

Color Harmonies of #DC9022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9022

Black with #DC9022

Text Example


Text Example

White with #DC9022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9022; }

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

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

background-color css

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

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

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

border-color css

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

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

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