Html Css Color HEX #DD9C26 Buttercup

📋 copy color: '#DD9C26'

red 221 ◦ green 156 ◦ blue 38

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

Shades of Buttercup #DD9C26

Tints of Buttercup #DD9C26

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.59%

 BLUE value IS 38 (15.23% from 255) = 9.16%

R = 53.25%
G = 37.59%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD9C26 (or 0xDD9C26) is known color: Buttercup. HEX triplet: DD, 9C and 26. RGB value is (221,156,38). Sum of RGB (Red+Green+Blue) = 221+156+38=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9C26 is #2263D9. Grayscale: #A2A2A2. Windows color (decimal): -2253786 or 2530525. OLE color: 2530525.

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

Color convert

RGB 221 156 38 -
CMYK 0 0.29 0.83 0.13
HSL 38.69º 0.73% 0.51% -
HSV(B) 38.69º 0.83% 0.87% -
XYZ 42.06 39.29 7.2 -
YUV 161.98 58.03 170.09 -
System Red Green Blue C M Y K H S L
Decimal 221 156 38 0 0.29 0.83 0.13 38.69 0.73 0.51
Hex DD 9C 26 0 1D 53 D 27 49 33
Octal 335 234 46 0 35 123 15 47 111 63
Binary 11011101 10011100 100110 0 11101 1010011 1101 100111 1001001 110011

Color Harmonies of #DD9C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C26

Black with #DD9C26

Text Example


Text Example

White with #DD9C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C26; }

 p { color: rgb(221,156,38); }

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

background-color css

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

 a { background-color: rgb(221,156,38); }

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

border-color css

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

 span { border-color: rgb(221,156,38); }

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