Html Css Color HEX #DD942E Buttercup

📋 copy color: '#DD942E'

red 221 ◦ green 148 ◦ blue 46

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

Shades of Buttercup #DD942E

Tints of Buttercup #DD942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

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

R = 53.25%
G = 35.66%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD942E (or 0xDD942E) is known color: Buttercup. HEX triplet: DD, 94 and 2E. RGB value is (221,148,46). Sum of RGB (Red+Green+Blue) = 221+148+46=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD942E is #226BD1. Grayscale: #9E9E9E. Windows color (decimal): -2255826 or 3052765. OLE color: 3052765.

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

Color convert

RGB 221 148 46 -
CMYK 0 0.33 0.79 0.13
HSL 34.97º 0.72% 0.52% -
HSV(B) 34.97º 0.79% 0.87% -
XYZ 40.9 36.75 7.52 -
YUV 158.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 221 148 46 0 0.33 0.79 0.13 34.97 0.72 0.52
Hex DD 94 2E 0 21 4F D 23 48 34
Octal 335 224 56 0 41 117 15 43 110 64
Binary 11011101 10010100 101110 0 100001 1001111 1101 100011 1001000 110100

Color Harmonies of #DD942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD942E

Black with #DD942E

Text Example


Text Example

White with #DD942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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