#CDD7AE

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

Shades of Orinoco #CDD7AE

Tints of Orinoco #CDD7AE

Color information

#CDD7AE (or 0xCDD7AE) is unknown color: approx Orinoco. HEX triplet: CD, D7 and AE. RGB value is (205,215,174). Sum of RGB (Red+Green+Blue) = 205+215+174=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD7AE is #322851. Grayscale: #CFCFCF. Windows color (decimal): -3287122 or 11458509. OLE color: 11458509.

HSL color Cylindrical-coordinate representation of color #CDD7AE: hue angle of 74.63º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD7AE is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB205215174-
CMYK0.0500.190.16
HSL74.63º33.88%76.27%-
HSV(B)74.63º19.07%84.31%-
XYZ57.1264.6449.51-
YUV207.34109.19126.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=34.51%
G=36.20%
B=29.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151740.0500.190.1674.6333.8876.27
HexCDD7AE5013104b224c
Octal31532725650232011342114
Binary1100110111010111101011101010100111000010010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7AE; }

 p { color: rgb(205,215,174); }

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

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

 a { background-color: rgb(205,215,174); }

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

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

 span { border-color: rgb(205,215,174); }

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