Html Css Color HEX #DD962E Buttercup

📋 copy color: '#DD962E'

red 221 ◦ green 150 ◦ blue 46

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

Shades of Buttercup #DD962E

Tints of Buttercup #DD962E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.03%

R = 53%
G = 35.97%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD962E (or 0xDD962E) is known color: Buttercup. HEX triplet: DD, 96 and 2E. RGB value is (221,150,46). Sum of RGB (Red+Green+Blue) = 221+150+46=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD962E is #2269D1. Grayscale: #9F9F9F. Windows color (decimal): -2255314 or 3053277. OLE color: 3053277.

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

Color convert

RGB 221 150 46 -
CMYK 0 0.32 0.79 0.13
HSL 35.66º 0.72% 0.52% -
HSV(B) 35.66º 0.79% 0.87% -
XYZ 41.22 37.38 7.63 -
YUV 159.37 64.02 171.96 -
System Red Green Blue C M Y K H S L
Decimal 221 150 46 0 0.32 0.79 0.13 35.66 0.72 0.52
Hex DD 96 2E 0 20 4F D 24 48 34
Octal 335 226 56 0 40 117 15 44 110 64
Binary 11011101 10010110 101110 0 100000 1001111 1101 100100 1001000 110100

Color Harmonies of #DD962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD962E

Black with #DD962E

Text Example


Text Example

White with #DD962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD962E; }

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

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

background-color css

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

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

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

border-color css

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

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

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