#CDD6A1

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

Shades of Orinoco #CDD6A1

Tints of Orinoco #CDD6A1

Color information

#CDD6A1 (or 0xCDD6A1) is unknown color: approx Orinoco. HEX triplet: CD, D6 and A1. RGB value is (205,214,161). Sum of RGB (Red+Green+Blue) = 205+214+161=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6A1 is #32295E. Grayscale: #CDCDCD. Windows color (decimal): -3287391 or 10606285. OLE color: 10606285.

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

Color convert

RGB205214161-
CMYK0.0400.250.16
HSL70.19º39.26%73.53%-
HSV(B)70.19º24.77%83.92%-
XYZ55.6663.6543.07-
YUV205.27103.02127.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 161 (63.28% from 255) = 27.76%
R=35.34%
G=36.90%
B=27.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141610.0400.250.1670.1939.2673.53
HexCDD6A140191046274a
Octal31532624140312010647112
Binary1100110111010110101000011000110011000010001101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6A1; }

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

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

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

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

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

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

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

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