#CDD7AB

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

Shades of Orinoco #CDD7AB

Tints of Orinoco #CDD7AB

Color information

#CDD7AB (or 0xCDD7AB) is unknown color: approx Orinoco. HEX triplet: CD, D7 and AB. RGB value is (205,215,171). Sum of RGB (Red+Green+Blue) = 205+215+171=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD7AB is #322854. Grayscale: #CFCFCF. Windows color (decimal): -3287125 or 11261901. OLE color: 11261901.

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

Color convert

RGB205215171-
CMYK0.0500.200.16
HSL73.64º35.48%75.69%-
HSV(B)73.64º20.47%84.31%-
XYZ56.8364.5247.99-
YUV206.99107.69126.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 215 (84.38% from 255) = 36.38%
BLUE value IS 171 (67.19% from 255) = 28.93%
R=34.69%
G=36.38%
B=28.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151710.0500.200.1673.6435.4875.69
HexCDD7AB5014104a234c
Octal31532725350242011243114
Binary1100110111010111101010111010101001000010010101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7AB; }

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

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

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

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

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

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

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

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