#CDD6A3

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

Shades of Orinoco #CDD6A3

Tints of Orinoco #CDD6A3

Color information

#CDD6A3 (or 0xCDD6A3) is unknown color: approx Orinoco. HEX triplet: CD, D6 and A3. RGB value is (205,214,163). Sum of RGB (Red+Green+Blue) = 205+214+163=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 163 (64.06% from 255 or 28.01% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6A3 is #32295C. Grayscale: #CDCDCD. Windows color (decimal): -3287389 or 10737357. OLE color: 10737357.

HSL color Cylindrical-coordinate representation of color #CDD6A3: hue angle of 70.59º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDD6A3 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB205214163-
CMYK0.0400.240.16
HSL70.59º38.35%73.92%-
HSV(B)70.59º23.83%83.92%-
XYZ55.8363.7244.01-
YUV205.49104.02127.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 163 (64.06% from 255) = 28.01%
R=35.22%
G=36.77%
B=28.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141630.0400.240.1670.5938.3573.92
HexCDD6A340181047264a
Octal31532624340302010746112
Binary1100110111010110101000111000110001000010001111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6A3; }

 p { color: rgb(205,214,163); }

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

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

 a { background-color: rgb(205,214,163); }

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

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

 span { border-color: rgb(205,214,163); }

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