#D4DCAD

Color #D4DCAD Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #D4DCAD

Tints of Orinoco #D4DCAD

Color information

#D4DCAD (or 0xD4DCAD) is unknown color: approx Orinoco. HEX triplet: D4, DC and AD. RGB value is (212,220,173). Sum of RGB (Red+Green+Blue) = 212+220+173=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCAD is #2B2352. Grayscale: #D4D4D4. Windows color (decimal): -2827091 or 11394260. OLE color: 11394260.

HSL color Cylindrical-coordinate representation of color #D4DCAD: hue angle of 70.21º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4DCAD is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB212220173-
CMYK0.0400.210.14
HSL70.21º40.17%77.06%-
HSV(B)70.21º21.36%86.27%-
XYZ60.2968.249.52-
YUV212.25105.85127.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=35.04%
G=36.36%
B=28.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122201730.0400.210.1470.2140.1777.06
HexD4DCAD4015E46284d
Octal32433425540251610650115
Binary110101001101110010101101100010101111010001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCAD; }

 p { color: rgb(212,220,173); }

 H1.HeaderClassName
 {
   color: #D4DCAD;
 }
 .AnyTagClassName
 {
   color: #D4DCAD;
 }
</style>
background-color css

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

 a { background-color: rgb(212,220,173); }

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

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

 span { border-color: rgb(212,220,173); }

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