Html Css Color HEX #DCDAB2 Orinoco

📋 copy color: '#DCDAB2'

red 220 ◦ green 218 ◦ blue 178

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

Shades of Orinoco #DCDAB2

Tints of Orinoco #DCDAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.39%

 BLUE value IS 178 (69.92% from 255) = 28.9%

R = 35.71%
G = 35.39%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCDAB2 (or 0xDCDAB2) is known color: Orinoco. HEX triplet: DC, DA and B2. RGB value is (220,218,178). Sum of RGB (Red+Green+Blue) = 220+218+178=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAB2 is #23254D. Grayscale: #D6D6D6. Windows color (decimal): -2303310 or 11721436. OLE color: 11721436.

HSL color Cylindrical-coordinate representation of color #DCDAB2: hue angle of 57.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCDAB2 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 178 -
CMYK 0 0.01 0.19 0.14
HSL 57.14º 0.38% 0.78% -
HSV(B) 57.14º 0.19% 0.86% -
XYZ 62.62 68.57 52.05 -
YUV 214.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 220 218 178 0 0.01 0.19 0.14 57.14 0.38 0.78
Hex DC DA B2 0 1 13 E 39 26 4E
Octal 334 332 262 0 1 23 16 71 46 116
Binary 11011100 11011010 10110010 0 1 10011 1110 111001 100110 1001110

Color Harmonies of #DCDAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAB2

Black with #DCDAB2

Text Example


Text Example

White with #DCDAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAB2; }

 p { color: rgb(220,218,178); }

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

background-color css

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

 a { background-color: rgb(220,218,178); }

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

border-color css

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

 span { border-color: rgb(220,218,178); }

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