#CDD6A5

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

Shades of Orinoco #CDD6A5

Tints of Orinoco #CDD6A5

Color information

#CDD6A5 (or 0xCDD6A5) is unknown color: approx Orinoco. HEX triplet: CD, D6 and A5. RGB value is (205,214,165). Sum of RGB (Red+Green+Blue) = 205+214+165=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6A5 is #32295A. Grayscale: #CDCDCD. Windows color (decimal): -3287387 or 10868429. OLE color: 10868429.

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

Color convert

RGB205214165-
CMYK0.0400.230.16
HSL71.02º37.4%74.31%-
HSV(B)71.02º22.9%83.92%-
XYZ56.0163.7944.96-
YUV205.72105.02127.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 165 (64.84% from 255) = 28.25%
R=35.10%
G=36.64%
B=28.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141650.0400.230.1671.0237.474.31
HexCDD6A540171047254a
Octal31532624540272010745112
Binary1100110111010110101001011000101111000010001111001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6A5; }

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

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

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

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

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

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

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

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