Html Css Color HEX #DD9827 Buttercup

📋 copy color: '#DD9827'

red 221 ◦ green 152 ◦ blue 39

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

Shades of Buttercup #DD9827

Tints of Buttercup #DD9827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.47%

R = 53.64%
G = 36.89%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD9827 (or 0xDD9827) is known color: Buttercup. HEX triplet: DD, 98 and 27. RGB value is (221,152,39). Sum of RGB (Red+Green+Blue) = 221+152+39=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9827 is #2267D8. Grayscale: #A0A0A0. Windows color (decimal): -2254809 or 2595037. OLE color: 2595037.

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

Color convert

RGB 221 152 39 -
CMYK 0 0.31 0.82 0.13
HSL 37.25º 0.73% 0.51% -
HSV(B) 37.25º 0.82% 0.87% -
XYZ 41.41 37.98 7.07 -
YUV 159.75 59.86 171.69 -
System Red Green Blue C M Y K H S L
Decimal 221 152 39 0 0.31 0.82 0.13 37.25 0.73 0.51
Hex DD 98 27 0 1F 52 D 25 49 33
Octal 335 230 47 0 37 122 15 45 111 63
Binary 11011101 10011000 100111 0 11111 1010010 1101 100101 1001001 110011

Color Harmonies of #DD9827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9827

Black with #DD9827

Text Example


Text Example

White with #DD9827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9827; }

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

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

background-color css

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

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

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

border-color css

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

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

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