#CDD7AC

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

Shades of Orinoco #CDD7AC

Tints of Orinoco #CDD7AC

Color information

#CDD7AC (or 0xCDD7AC) is unknown color: approx Orinoco. HEX triplet: CD, D7 and AC. RGB value is (205,215,172). Sum of RGB (Red+Green+Blue) = 205+215+172=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD7AC is #322853. Grayscale: #CFCFCF. Windows color (decimal): -3287124 or 11327437. OLE color: 11327437.

HSL color Cylindrical-coordinate representation of color #CDD7AC: hue angle of 73.95º 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 #CDD7AC is Cyan = 0.05, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB205215172-
CMYK0.0500.20.16
HSL73.95º34.96%75.88%-
HSV(B)73.95º20%84.31%-
XYZ56.9264.5648.49-
YUV207.11108.19126.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=34.63%
G=36.32%
B=29.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151720.0500.20.1673.9534.9675.88
HexCDD7AC5014104a234c
Octal31532725450242011243114
Binary1100110111010111101011001010101001000010010101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7AC; }

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

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

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

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

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

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

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

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