Html Css Color HEX #DC902C Buttercup

📋 copy color: '#DC902C'

red 220 ◦ green 144 ◦ blue 44

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

Shades of Buttercup #DC902C

Tints of Buttercup #DC902C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.78%

R = 53.92%
G = 35.29%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC902C (or 0xDC902C) is known color: Buttercup. HEX triplet: DC, 90 and 2C. RGB value is (220,144,44). Sum of RGB (Red+Green+Blue) = 220+144+44=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC902C is #236FD3. Grayscale: #9B9B9B. Windows color (decimal): -2322388 or 2920668. OLE color: 2920668.

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

Color convert

RGB 220 144 44 -
CMYK 0 0.35 0.8 0.14
HSL 34.09º 0.72% 0.52% -
HSV(B) 34.09º 0.8% 0.86% -
XYZ 39.94 35.34 7.1 -
YUV 155.32 65.18 174.13 -
System Red Green Blue C M Y K H S L
Decimal 220 144 44 0 0.35 0.8 0.14 34.09 0.72 0.52
Hex DC 90 2C 0 23 50 E 22 48 34
Octal 334 220 54 0 43 120 16 42 110 64
Binary 11011100 10010000 101100 0 100011 1010000 1110 100010 1001000 110100

Color Harmonies of #DC902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC902C

Black with #DC902C

Text Example


Text Example

White with #DC902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC902C; }

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

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

background-color css

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

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

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

border-color css

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

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

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