Html Css Color HEX #DD8A2B Buttercup

📋 copy color: '#DD8A2B'

red 221 ◦ green 138 ◦ blue 43

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

Shades of Buttercup #DD8A2B

Tints of Buttercup #DD8A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.7%

R = 54.98%
G = 34.33%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD8A2B (or 0xDD8A2B) is known color: Buttercup. HEX triplet: DD, 8A and 2B. RGB value is (221,138,43). Sum of RGB (Red+Green+Blue) = 221+138+43=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A2B is #2275D4. Grayscale: #989898. Windows color (decimal): -2258389 or 2853597. OLE color: 2853597.

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

Color convert

RGB 221 138 43 -
CMYK 0 0.38 0.81 0.13
HSL 32.02º 0.72% 0.52% -
HSV(B) 32.02º 0.81% 0.87% -
XYZ 39.34 33.72 6.72 -
YUV 151.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 221 138 43 0 0.38 0.81 0.13 32.02 0.72 0.52
Hex DD 8A 2B 0 26 51 D 20 48 34
Octal 335 212 53 0 46 121 15 40 110 64
Binary 11011101 10001010 101011 0 100110 1010001 1101 100000 1001000 110100

Color Harmonies of #DD8A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A2B

Black with #DD8A2B

Text Example


Text Example

White with #DD8A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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