Html Css Color HEX #DD8C1C Buttercup

📋 copy color: '#DD8C1C'

red 221 ◦ green 140 ◦ blue 28

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

Shades of Buttercup #DD8C1C

Tints of Buttercup #DD8C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.2%

R = 56.81%
G = 35.99%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD8C1C (or 0xDD8C1C) is known color: Buttercup. HEX triplet: DD, 8C and 1C. RGB value is (221,140,28). Sum of RGB (Red+Green+Blue) = 221+140+28=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C1C is #2273E3. Grayscale: #979797. Windows color (decimal): -2257892 or 1871069. OLE color: 1871069.

HSL color Cylindrical-coordinate representation of color #DD8C1C: hue angle of 34.82º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD8C1C is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 140 28 -
CMYK 0 0.37 0.87 0.13
HSL 34.82º 0.78% 0.49% -
HSV(B) 34.82º 0.87% 0.87% -
XYZ 39.41 34.21 5.63 -
YUV 151.45 58.34 177.61 -
System Red Green Blue C M Y K H S L
Decimal 221 140 28 0 0.37 0.87 0.13 34.82 0.78 0.49
Hex DD 8C 1C 0 25 57 D 23 4E 31
Octal 335 214 34 0 45 127 15 43 116 61
Binary 11011101 10001100 11100 0 100101 1010111 1101 100011 1001110 110001

Color Harmonies of #DD8C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C1C

Black with #DD8C1C

Text Example


Text Example

White with #DD8C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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