Html Css Color HEX #DC902E Buttercup

📋 copy color: '#DC902E'

red 220 ◦ green 144 ◦ blue 46

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

Shades of Buttercup #DC902E

Tints of Buttercup #DC902E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.22%

R = 53.66%
G = 35.12%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC902E (or 0xDC902E) is known color: Buttercup. HEX triplet: DC, 90 and 2E. RGB value is (220,144,46). Sum of RGB (Red+Green+Blue) = 220+144+46=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC902E is #236FD1. Grayscale: #9C9C9C. Windows color (decimal): -2322386 or 3051740. OLE color: 3051740.

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

Color convert

RGB 220 144 46 -
CMYK 0 0.35 0.79 0.14
HSL 33.79º 0.71% 0.52% -
HSV(B) 33.79º 0.79% 0.86% -
XYZ 39.98 35.36 7.3 -
YUV 155.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 220 144 46 0 0.35 0.79 0.14 33.79 0.71 0.52
Hex DC 90 2E 0 23 4F E 22 47 34
Octal 334 220 56 0 43 117 16 42 107 64
Binary 11011100 10010000 101110 0 100011 1001111 1110 100010 1000111 110100

Color Harmonies of #DC902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC902E

Black with #DC902E

Text Example


Text Example

White with #DC902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC902E; }

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

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

background-color css

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

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

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

border-color css

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

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

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