Html Css Color HEX #DC952D Buttercup

📋 copy color: '#DC952D'

red 220 ◦ green 149 ◦ blue 45

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

Shades of Buttercup #DC952D

Tints of Buttercup #DC952D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.99%

 BLUE value IS 45 (17.97% from 255) = 10.87%

R = 53.14%
G = 35.99%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC952D (or 0xDC952D) is known color: Buttercup. HEX triplet: DC, 95 and 2D. RGB value is (220,149,45). Sum of RGB (Red+Green+Blue) = 220+149+45=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC952D is #236AD2. Grayscale: #9E9E9E. Windows color (decimal): -2321107 or 2987484. OLE color: 2987484.

HSL color Cylindrical-coordinate representation of color #DC952D: hue angle of 35.66º degrees, saturation: 0.71, 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 #DC952D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 45 -
CMYK 0 0.32 0.80 0.14
HSL 35.66º 0.71% 0.52% -
HSV(B) 35.66º 0.8% 0.86% -
XYZ 40.74 36.9 7.46 -
YUV 158.37 64.02 171.96 -
System Red Green Blue C M Y K H S L
Decimal 220 149 45 0 0.32 0.80 0.14 35.66 0.71 0.52
Hex DC 95 2D 0 20 50 E 24 47 34
Octal 334 225 55 0 40 120 16 44 107 64
Binary 11011100 10010101 101101 0 100000 1010000 1110 100100 1000111 110100

Color Harmonies of #DC952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC952D

Black with #DC952D

Text Example


Text Example

White with #DC952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC952D; }

 p { color: rgb(220,149,45); }

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

background-color css

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

 a { background-color: rgb(220,149,45); }

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

border-color css

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

 span { border-color: rgb(220,149,45); }

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