#D0DCAD

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

Shades of Orinoco #D0DCAD

Tints of Orinoco #D0DCAD

Color information

#D0DCAD (or 0xD0DCAD) is unknown color: approx Orinoco. HEX triplet: D0, DC and AD. RGB value is (208,220,173). Sum of RGB (Red+Green+Blue) = 208+220+173=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DCAD is #2F2352. Grayscale: #D3D3D3. Windows color (decimal): -3089235 or 11394256. OLE color: 11394256.

HSL color Cylindrical-coordinate representation of color #D0DCAD: hue angle of 75.32º 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 #D0DCAD is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB208220173-
CMYK0.0500.210.14
HSL75.32º40.17%77.06%-
HSV(B)75.32º21.36%86.27%-
XYZ59.1567.6149.47-
YUV211.05106.52125.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=34.61%
G=36.61%
B=28.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201730.0500.210.1475.3240.1777.06
HexD0DCAD5015E4b284d
Octal32033425550251611350115
Binary110100001101110010101101101010101111010010111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCAD; }

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

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

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

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

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

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

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

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