Html Css Color HEX #DD8A1C Buttercup

📋 copy color: '#DD8A1C'

red 221 ◦ green 138 ◦ blue 28

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

Shades of Buttercup #DD8A1C

Tints of Buttercup #DD8A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

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

R = 57.11%
G = 35.66%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD8A1C (or 0xDD8A1C) is known color: Buttercup. HEX triplet: DD, 8A and 1C. RGB value is (221,138,28). Sum of RGB (Red+Green+Blue) = 221+138+28=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A1C is #2275E3. Grayscale: #969696. Windows color (decimal): -2258404 or 1870557. OLE color: 1870557.

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

Color convert

RGB 221 138 28 -
CMYK 0 0.38 0.87 0.13
HSL 34.2º 0.78% 0.49% -
HSV(B) 34.2º 0.87% 0.87% -
XYZ 39.12 33.63 5.53 -
YUV 150.28 59 178.44 -
System Red Green Blue C M Y K H S L
Decimal 221 138 28 0 0.38 0.87 0.13 34.2 0.78 0.49
Hex DD 8A 1C 0 26 57 D 22 4E 31
Octal 335 212 34 0 46 127 15 42 116 61
Binary 11011101 10001010 11100 0 100110 1010111 1101 100010 1001110 110001

Color Harmonies of #DD8A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A1C

Black with #DD8A1C

Text Example


Text Example

White with #DD8A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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