Html Css Color HEX #DD9927 Buttercup

📋 copy color: '#DD9927'

red 221 ◦ green 153 ◦ blue 39

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

Shades of Buttercup #DD9927

Tints of Buttercup #DD9927

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

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

R = 53.51%
G = 37.05%
B = 9.44%

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

#DD9927 (or 0xDD9927) is known color: Buttercup. HEX triplet: DD, 99 and 27. RGB value is (221,153,39). Sum of RGB (Red+Green+Blue) = 221+153+39=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9927 is #2266D8. Grayscale: #A0A0A0. Windows color (decimal): -2254553 or 2595293. OLE color: 2595293.

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

Color convert

RGB 221 153 39 -
CMYK 0 0.31 0.82 0.13
HSL 37.58º 0.73% 0.51% -
HSV(B) 37.58º 0.82% 0.87% -
XYZ 41.58 38.3 7.12 -
YUV 160.34 59.53 171.27 -
System Red Green Blue C M Y K H S L
Decimal 221 153 39 0 0.31 0.82 0.13 37.58 0.73 0.51
Hex DD 99 27 0 1F 52 D 26 49 33
Octal 335 231 47 0 37 122 15 46 111 63
Binary 11011101 10011001 100111 0 11111 1010010 1101 100110 1001001 110011

Color Harmonies of #DD9927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9927

Black with #DD9927

Text Example


Text Example

White with #DD9927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9927; }

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

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

background-color css

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

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

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

border-color css

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

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

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