Html Css Color HEX #DCC291 New Orleans

📋 copy color: '#DCC291'

red 220 ◦ green 194 ◦ blue 145

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

Shades of New Orleans #DCC291

Tints of New Orleans #DCC291

RGB

 RED value IS 220 (86.33% from 255) = 39.36%

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

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

R = 39.36%
G = 34.7%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCC291 (or 0xDCC291) is known color: New Orleans. HEX triplet: DC, C2 and 91. RGB value is (220,194,145). Sum of RGB (Red+Green+Blue) = 220+194+145=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC291 is #233D6E. Grayscale: #C4C4C4. Windows color (decimal): -2309487 or 9552604. OLE color: 9552604.

HSL color Cylindrical-coordinate representation of color #DCC291: hue angle of 39.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCC291 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 145 -
CMYK 0 0.12 0.34 0.14
HSL 39.2º 0.52% 0.72% -
HSV(B) 39.2º 0.34% 0.86% -
XYZ 53.92 55.84 34.73 -
YUV 196.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 220 194 145 0 0.12 0.34 0.14 39.2 0.52 0.72
Hex DC C2 91 0 C 22 E 27 34 48
Octal 334 302 221 0 14 42 16 47 64 110
Binary 11011100 11000010 10010001 0 1100 100010 1110 100111 110100 1001000

Color Harmonies of #DCC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC291

Black with #DCC291

Text Example


Text Example

White with #DCC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC291; }

 p { color: rgb(220,194,145); }

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

background-color css

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

 a { background-color: rgb(220,194,145); }

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

border-color css

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

 span { border-color: rgb(220,194,145); }

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