Html Css Color HEX #DDC491 New Orleans

📋 copy color: '#DDC491'

red 221 ◦ green 196 ◦ blue 145

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

Shades of New Orleans #DDC491

Tints of New Orleans #DDC491

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.88%

 BLUE value IS 145 (57.03% from 255) = 25.8%

R = 39.32%
G = 34.88%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDC491 (or 0xDDC491) is known color: New Orleans. HEX triplet: DD, C4 and 91. RGB value is (221,196,145). Sum of RGB (Red+Green+Blue) = 221+196+145=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC491 is #223B6E. Grayscale: #C5C5C5. Windows color (decimal): -2243439 or 9553117. OLE color: 9553117.

HSL color Cylindrical-coordinate representation of color #DDC491: hue angle of 40.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDC491 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 145 -
CMYK 0 0.11 0.34 0.13
HSL 40.26º 0.53% 0.72% -
HSV(B) 40.26º 0.34% 0.87% -
XYZ 54.67 56.9 34.89 -
YUV 197.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 221 196 145 0 0.11 0.34 0.13 40.26 0.53 0.72
Hex DD C4 91 0 B 22 D 28 35 48
Octal 335 304 221 0 13 42 15 50 65 110
Binary 11011101 11000100 10010001 0 1011 100010 1101 101000 110101 1001000

Color Harmonies of #DDC491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC491

Black with #DDC491

Text Example


Text Example

White with #DDC491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC491; }

 p { color: rgb(221,196,145); }

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

background-color css

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

 a { background-color: rgb(221,196,145); }

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

border-color css

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

 span { border-color: rgb(221,196,145); }

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