Html Css Color HEX #DCDAB3 Orinoco

📋 copy color: '#DCDAB3'

red 220 ◦ green 218 ◦ blue 179

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

Shades of Orinoco #DCDAB3

Tints of Orinoco #DCDAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.01%

R = 35.66%
G = 35.33%
B = 29.01%

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

#DCDAB3 (or 0xDCDAB3) is known color: Orinoco. HEX triplet: DC, DA and B3. RGB value is (220,218,179). Sum of RGB (Red+Green+Blue) = 220+218+179=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAB3 is #23254C. Grayscale: #D6D6D6. Windows color (decimal): -2303309 or 11786972. OLE color: 11786972.

HSL color Cylindrical-coordinate representation of color #DCDAB3: hue angle of 57.07º degrees, saturation: 0.37, 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 #DCDAB3 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 179 -
CMYK 0 0.01 0.19 0.14
HSL 57.07º 0.37% 0.78% -
HSV(B) 57.07º 0.19% 0.86% -
XYZ 62.72 68.61 52.59 -
YUV 214.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 220 218 179 0 0.01 0.19 0.14 57.07 0.37 0.78
Hex DC DA B3 0 1 13 E 39 25 4E
Octal 334 332 263 0 1 23 16 71 45 116
Binary 11011100 11011010 10110011 0 1 10011 1110 111001 100101 1001110

Color Harmonies of #DCDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAB3

Black with #DCDAB3

Text Example


Text Example

White with #DCDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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