Html Css Color HEX #DD9C35 Buttercup

📋 copy color: '#DD9C35'

red 221 ◦ green 156 ◦ blue 53

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

Shades of Buttercup #DD9C35

Tints of Buttercup #DD9C35

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.28%

 BLUE value IS 53 (21.09% from 255) = 12.33%

R = 51.4%
G = 36.28%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD9C35 (or 0xDD9C35) is known color: Buttercup. HEX triplet: DD, 9C and 35. RGB value is (221,156,53). Sum of RGB (Red+Green+Blue) = 221+156+53=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9C35 is #2263CA. Grayscale: #A4A4A4. Windows color (decimal): -2253771 or 3513565. OLE color: 3513565.

HSL color Cylindrical-coordinate representation of color #DD9C35: hue angle of 36.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD9C35 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 156 53 -
CMYK 0 0.29 0.76 0.13
HSL 36.79º 0.71% 0.54% -
HSV(B) 36.79º 0.76% 0.87% -
XYZ 42.35 39.41 8.74 -
YUV 163.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 221 156 53 0 0.29 0.76 0.13 36.79 0.71 0.54
Hex DD 9C 35 0 1D 4C D 25 47 36
Octal 335 234 65 0 35 114 15 45 107 66
Binary 11011101 10011100 110101 0 11101 1001100 1101 100101 1000111 110110

Color Harmonies of #DD9C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C35

Black with #DD9C35

Text Example


Text Example

White with #DD9C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C35; }

 p { color: rgb(221,156,53); }

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

background-color css

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

 a { background-color: rgb(221,156,53); }

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

border-color css

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

 span { border-color: rgb(221,156,53); }

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