Html Css Color HEX #DD9D2A Buttercup

📋 copy color: '#DD9D2A'

red 221 ◦ green 157 ◦ blue 42

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

Shades of Buttercup #DD9D2A

Tints of Buttercup #DD9D2A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.38%

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

R = 52.62%
G = 37.38%
B = 10%

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

#DD9D2A (or 0xDD9D2A) is known color: Buttercup. HEX triplet: DD, 9D and 2A. RGB value is (221,157,42). Sum of RGB (Red+Green+Blue) = 221+157+42=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9D2A is #2262D5. Grayscale: #A3A3A3. Windows color (decimal): -2253526 or 2792925. OLE color: 2792925.

HSL color Cylindrical-coordinate representation of color #DD9D2A: hue angle of 38.55º 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 #DD9D2A is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 42 -
CMYK 0 0.29 0.81 0.13
HSL 38.55º 0.72% 0.52% -
HSV(B) 38.55º 0.81% 0.87% -
XYZ 42.29 39.65 7.62 -
YUV 163.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 221 157 42 0 0.29 0.81 0.13 38.55 0.72 0.52
Hex DD 9D 2A 0 1D 51 D 27 48 34
Octal 335 235 52 0 35 121 15 47 110 64
Binary 11011101 10011101 101010 0 11101 1010001 1101 100111 1001000 110100

Color Harmonies of #DD9D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D2A

Black with #DD9D2A

Text Example


Text Example

White with #DD9D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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