Html Css Color HEX #DD962A Buttercup

📋 copy color: '#DD962A'

red 221 ◦ green 150 ◦ blue 42

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

Shades of Buttercup #DD962A

Tints of Buttercup #DD962A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.32%

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

R = 53.51%
G = 36.32%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD962A (or 0xDD962A) is known color: Buttercup. HEX triplet: DD, 96 and 2A. RGB value is (221,150,42). Sum of RGB (Red+Green+Blue) = 221+150+42=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD962A is #2269D5. Grayscale: #9F9F9F. Windows color (decimal): -2255318 or 2791133. OLE color: 2791133.

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

Color convert

RGB 221 150 42 -
CMYK 0 0.32 0.81 0.13
HSL 36.2º 0.72% 0.52% -
HSV(B) 36.2º 0.81% 0.87% -
XYZ 41.14 37.35 7.23 -
YUV 158.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 221 150 42 0 0.32 0.81 0.13 36.2 0.72 0.52
Hex DD 96 2A 0 20 51 D 24 48 34
Octal 335 226 52 0 40 121 15 44 110 64
Binary 11011101 10010110 101010 0 100000 1010001 1101 100100 1001000 110100

Color Harmonies of #DD962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD962A

Black with #DD962A

Text Example


Text Example

White with #DD962A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD962A; }

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

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

background-color css

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

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

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

border-color css

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

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

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