Html Css Color HEX #DD932B Buttercup

📋 copy color: '#DD932B'

red 221 ◦ green 147 ◦ blue 43

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

Shades of Buttercup #DD932B

Tints of Buttercup #DD932B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

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

R = 53.77%
G = 35.77%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD932B (or 0xDD932B) is known color: Buttercup. HEX triplet: DD, 93 and 2B. RGB value is (221,147,43). Sum of RGB (Red+Green+Blue) = 221+147+43=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD932B is #226CD4. Grayscale: #9D9D9D. Windows color (decimal): -2256085 or 2855901. OLE color: 2855901.

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

Color convert

RGB 221 147 43 -
CMYK 0 0.33 0.81 0.13
HSL 35.06º 0.72% 0.52% -
HSV(B) 35.06º 0.81% 0.87% -
XYZ 40.69 36.41 7.17 -
YUV 157.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 221 147 43 0 0.33 0.81 0.13 35.06 0.72 0.52
Hex DD 93 2B 0 21 51 D 23 48 34
Octal 335 223 53 0 41 121 15 43 110 64
Binary 11011101 10010011 101011 0 100001 1010001 1101 100011 1001000 110100

Color Harmonies of #DD932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD932B

Black with #DD932B

Text Example


Text Example

White with #DD932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD932B; }

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

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

background-color css

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

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

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

border-color css

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

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

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