Html Css Color HEX #DD9C2A Buttercup

📋 copy color: '#DD9C2A'

red 221 ◦ green 156 ◦ blue 42

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

Shades of Buttercup #DD9C2A

Tints of Buttercup #DD9C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.02%

R = 52.74%
G = 37.23%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD9C2A (or 0xDD9C2A) is known color: Buttercup. HEX triplet: DD, 9C and 2A. RGB value is (221,156,42). Sum of RGB (Red+Green+Blue) = 221+156+42=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9C2A is #2263D5. Grayscale: #A2A2A2. Windows color (decimal): -2253782 or 2792669. OLE color: 2792669.

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

Color convert

RGB 221 156 42 -
CMYK 0 0.29 0.81 0.13
HSL 38.21º 0.72% 0.52% -
HSV(B) 38.21º 0.81% 0.87% -
XYZ 42.13 39.32 7.56 -
YUV 162.44 60.03 169.77 -
System Red Green Blue C M Y K H S L
Decimal 221 156 42 0 0.29 0.81 0.13 38.21 0.72 0.52
Hex DD 9C 2A 0 1D 51 D 26 48 34
Octal 335 234 52 0 35 121 15 46 110 64
Binary 11011101 10011100 101010 0 11101 1010001 1101 100110 1001000 110100

Color Harmonies of #DD9C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C2A

Black with #DD9C2A

Text Example


Text Example

White with #DD9C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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