Html Css Color HEX #DD9B29 Buttercup

📋 copy color: '#DD9B29'

red 221 ◦ green 155 ◦ blue 41

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

Shades of Buttercup #DD9B29

Tints of Buttercup #DD9B29

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

 BLUE value IS 41 (16.41% from 255) = 9.83%

R = 53%
G = 37.17%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD9B29 (or 0xDD9B29) is known color: Buttercup. HEX triplet: DD, 9B and 29. RGB value is (221,155,41). Sum of RGB (Red+Green+Blue) = 221+155+41=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9B29 is #2264D6. Grayscale: #A2A2A2. Windows color (decimal): -2254039 or 2726877. OLE color: 2726877.

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

Color convert

RGB 221 155 41 -
CMYK 0 0.30 0.81 0.13
HSL 38º 0.73% 0.51% -
HSV(B) 38º 0.81% 0.87% -
XYZ 41.94 38.97 7.41 -
YUV 161.74 59.87 170.27 -
System Red Green Blue C M Y K H S L
Decimal 221 155 41 0 0.30 0.81 0.13 38 0.73 0.51
Hex DD 9B 29 0 1E 51 D 26 49 33
Octal 335 233 51 0 36 121 15 46 111 63
Binary 11011101 10011011 101001 0 11110 1010001 1101 100110 1001001 110011

Color Harmonies of #DD9B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B29

Black with #DD9B29

Text Example


Text Example

White with #DD9B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B29; }

 p { color: rgb(221,155,41); }

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

background-color css

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

 a { background-color: rgb(221,155,41); }

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

border-color css

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

 span { border-color: rgb(221,155,41); }

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