Html Css Color HEX #DC902F Buttercup

📋 copy color: '#DC902F'

red 220 ◦ green 144 ◦ blue 47

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

Shades of Buttercup #DC902F

Tints of Buttercup #DC902F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.44%

R = 53.53%
G = 35.04%
B = 11.44%

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

#DC902F (or 0xDC902F) is known color: Buttercup. HEX triplet: DC, 90 and 2F. RGB value is (220,144,47). Sum of RGB (Red+Green+Blue) = 220+144+47=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC902F is #236FD0. Grayscale: #9C9C9C. Windows color (decimal): -2322385 or 3117276. OLE color: 3117276.

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

Color convert

RGB 220 144 47 -
CMYK 0 0.35 0.79 0.14
HSL 33.64º 0.71% 0.52% -
HSV(B) 33.64º 0.79% 0.86% -
XYZ 40 35.37 7.41 -
YUV 155.67 66.68 173.89 -
System Red Green Blue C M Y K H S L
Decimal 220 144 47 0 0.35 0.79 0.14 33.64 0.71 0.52
Hex DC 90 2F 0 23 4F E 22 47 34
Octal 334 220 57 0 43 117 16 42 107 64
Binary 11011100 10010000 101111 0 100011 1001111 1110 100010 1000111 110100

Color Harmonies of #DC902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC902F

Black with #DC902F

Text Example


Text Example

White with #DC902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC902F; }

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

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

background-color css

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

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

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

border-color css

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

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

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