Html Css Color HEX #DD952D Buttercup

📋 copy color: '#DD952D'

red 221 ◦ green 149 ◦ blue 45

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

Shades of Buttercup #DD952D

Tints of Buttercup #DD952D

RGB

 RED value IS 221 (86.72% from 255) = 53.25%

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

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

R = 53.25%
G = 35.9%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD952D (or 0xDD952D) is known color: Buttercup. HEX triplet: DD, 95 and 2D. RGB value is (221,149,45). Sum of RGB (Red+Green+Blue) = 221+149+45=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD952D is #226AD2. Grayscale: #9F9F9F. Windows color (decimal): -2255571 or 2987485. OLE color: 2987485.

HSL color Cylindrical-coordinate representation of color #DD952D: hue angle of 35.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD952D is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 45 -
CMYK 0 0.33 0.80 0.13
HSL 35.45º 0.72% 0.52% -
HSV(B) 35.45º 0.8% 0.87% -
XYZ 41.04 37.06 7.47 -
YUV 158.67 63.85 172.46 -
System Red Green Blue C M Y K H S L
Decimal 221 149 45 0 0.33 0.80 0.13 35.45 0.72 0.52
Hex DD 95 2D 0 21 50 D 23 48 34
Octal 335 225 55 0 41 120 15 43 110 64
Binary 11011101 10010101 101101 0 100001 1010000 1101 100011 1001000 110100

Color Harmonies of #DD952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD952D

Black with #DD952D

Text Example


Text Example

White with #DD952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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