Html Css Color HEX #DD9834 Buttercup

📋 copy color: '#DD9834'

red 221 ◦ green 152 ◦ blue 52

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

Shades of Buttercup #DD9834

Tints of Buttercup #DD9834

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.76%

 BLUE value IS 52 (20.7% from 255) = 12.24%

R = 52%
G = 35.76%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD9834 (or 0xDD9834) is known color: Buttercup. HEX triplet: DD, 98 and 34. RGB value is (221,152,52). Sum of RGB (Red+Green+Blue) = 221+152+52=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9834 is #2267CB. Grayscale: #A1A1A1. Windows color (decimal): -2254796 or 3447005. OLE color: 3447005.

HSL color Cylindrical-coordinate representation of color #DD9834: hue angle of 35.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD9834 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 52 -
CMYK 0 0.31 0.76 0.13
HSL 35.5º 0.71% 0.54% -
HSV(B) 35.5º 0.76% 0.87% -
XYZ 41.67 38.08 8.4 -
YUV 161.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 221 152 52 0 0.31 0.76 0.13 35.5 0.71 0.54
Hex DD 98 34 0 1F 4C D 24 47 36
Octal 335 230 64 0 37 114 15 44 107 66
Binary 11011101 10011000 110100 0 11111 1001100 1101 100100 1000111 110110

Color Harmonies of #DD9834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9834

Black with #DD9834

Text Example


Text Example

White with #DD9834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9834; }

 p { color: rgb(221,152,52); }

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

background-color css

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

 a { background-color: rgb(221,152,52); }

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

border-color css

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

 span { border-color: rgb(221,152,52); }

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