Html Css Color HEX #DDC290 New Orleans

📋 copy color: '#DDC290'

red 221 ◦ green 194 ◦ blue 144

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

Shades of New Orleans #DDC290

Tints of New Orleans #DDC290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.7%

 BLUE value IS 144 (56.64% from 255) = 25.76%

R = 39.53%
G = 34.7%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDC290 (or 0xDDC290) is known color: New Orleans. HEX triplet: DD, C2 and 90. RGB value is (221,194,144). Sum of RGB (Red+Green+Blue) = 221+194+144=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC290 is #223D6F. Grayscale: #C4C4C4. Windows color (decimal): -2243952 or 9487069. OLE color: 9487069.

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

Color convert

RGB 221 194 144 -
CMYK 0 0.12 0.35 0.13
HSL 38.96º 0.53% 0.72% -
HSV(B) 38.96º 0.35% 0.87% -
XYZ 54.14 55.97 34.34 -
YUV 196.37 98.45 145.57 -
System Red Green Blue C M Y K H S L
Decimal 221 194 144 0 0.12 0.35 0.13 38.96 0.53 0.72
Hex DD C2 90 0 C 23 D 27 35 48
Octal 335 302 220 0 14 43 15 47 65 110
Binary 11011101 11000010 10010000 0 1100 100011 1101 100111 110101 1001000

Color Harmonies of #DDC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC290

Black with #DDC290

Text Example


Text Example

White with #DDC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC290; }

 p { color: rgb(221,194,144); }

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

background-color css

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

 a { background-color: rgb(221,194,144); }

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

border-color css

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

 span { border-color: rgb(221,194,144); }

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