Html Css Color HEX #DC902A Buttercup

📋 copy color: '#DC902A'

red 220 ◦ green 144 ◦ blue 42

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

Shades of Buttercup #DC902A

Tints of Buttercup #DC902A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 54.19%
G = 35.47%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC902A (or 0xDC902A) is known color: Buttercup. HEX triplet: DC, 90 and 2A. RGB value is (220,144,42). Sum of RGB (Red+Green+Blue) = 220+144+42=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC902A is #236FD5. Grayscale: #9B9B9B. Windows color (decimal): -2322390 or 2789596. OLE color: 2789596.

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

Color convert

RGB 220 144 42 -
CMYK 0 0.35 0.81 0.14
HSL 34.38º 0.72% 0.51% -
HSV(B) 34.38º 0.81% 0.86% -
XYZ 39.91 35.33 6.91 -
YUV 155.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 220 144 42 0 0.35 0.81 0.14 34.38 0.72 0.51
Hex DC 90 2A 0 23 51 E 22 48 33
Octal 334 220 52 0 43 121 16 42 110 63
Binary 11011100 10010000 101010 0 100011 1010001 1110 100010 1001000 110011

Color Harmonies of #DC902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC902A

Black with #DC902A

Text Example


Text Example

White with #DC902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC902A; }

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

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

background-color css

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

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

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

border-color css

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

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

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