Html Css Color HEX #DDC391 New Orleans

📋 copy color: '#DDC391'

red 221 ◦ green 195 ◦ blue 145

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

Shades of New Orleans #DDC391

Tints of New Orleans #DDC391

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.76%

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

R = 39.39%
G = 34.76%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDC391 (or 0xDDC391) is known color: New Orleans. HEX triplet: DD, C3 and 91. RGB value is (221,195,145). Sum of RGB (Red+Green+Blue) = 221+195+145=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC391 is #223C6E. Grayscale: #C5C5C5. Windows color (decimal): -2243695 or 9552861. OLE color: 9552861.

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

Color convert

RGB 221 195 145 -
CMYK 0 0.12 0.34 0.13
HSL 39.47º 0.53% 0.72% -
HSV(B) 39.47º 0.34% 0.87% -
XYZ 54.44 56.45 34.81 -
YUV 197.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 221 195 145 0 0.12 0.34 0.13 39.47 0.53 0.72
Hex DD C3 91 0 C 22 D 27 35 48
Octal 335 303 221 0 14 42 15 47 65 110
Binary 11011101 11000011 10010001 0 1100 100010 1101 100111 110101 1001000

Color Harmonies of #DDC391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC391

Black with #DDC391

Text Example


Text Example

White with #DDC391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC391; }

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

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

background-color css

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

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

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

border-color css

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

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

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