#D3D69C

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

Shades of Orinoco #D3D69C

Tints of Orinoco #D3D69C

Color information

#D3D69C (or 0xD3D69C) is unknown color: approx Orinoco. HEX triplet: D3, D6 and 9C. RGB value is (211,214,156). Sum of RGB (Red+Green+Blue) = 211+214+156=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D69C is #2C2963. Grayscale: #CECECE. Windows color (decimal): -2894180 or 10278611. OLE color: 10278611.

HSL color Cylindrical-coordinate representation of color #D3D69C: hue angle of 63.1º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3D69C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB211214156-
CMYK0.0100.270.16
HSL63.1º41.43%72.55%-
HSV(B)63.1º27.1%83.92%-
XYZ56.9164.3440.87-
YUV206.4999.51131.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.32%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 156 (61.33% from 255) = 26.85%
R=36.32%
G=36.83%
B=26.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112141560.0100.270.1663.141.4372.55
HexD3D69C101B103f2949
Octal3233262341033207751111
Binary1101001111010110100111001011011100001111111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D69C; }

 p { color: rgb(211,214,156); }

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

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

 a { background-color: rgb(211,214,156); }

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

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

 span { border-color: rgb(211,214,156); }

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