Html Css Color HEX #DD8C2E Buttercup

📋 copy color: '#DD8C2E'

red 221 ◦ green 140 ◦ blue 46

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

Shades of Buttercup #DD8C2E

Tints of Buttercup #DD8C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 54.3%
G = 34.4%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD8C2E (or 0xDD8C2E) is known color: Buttercup. HEX triplet: DD, 8C and 2E. RGB value is (221,140,46). Sum of RGB (Red+Green+Blue) = 221+140+46=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C2E is #2273D1. Grayscale: #999999. Windows color (decimal): -2257874 or 3050717. OLE color: 3050717.

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

Color convert

RGB 221 140 46 -
CMYK 0 0.37 0.79 0.13
HSL 32.23º 0.72% 0.52% -
HSV(B) 32.23º 0.79% 0.87% -
XYZ 39.69 34.33 7.12 -
YUV 153.5 67.34 176.14 -
System Red Green Blue C M Y K H S L
Decimal 221 140 46 0 0.37 0.79 0.13 32.23 0.72 0.52
Hex DD 8C 2E 0 25 4F D 20 48 34
Octal 335 214 56 0 45 117 15 40 110 64
Binary 11011101 10001100 101110 0 100101 1001111 1101 100000 1001000 110100

Color Harmonies of #DD8C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C2E

Black with #DD8C2E

Text Example


Text Example

White with #DD8C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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