#CDD6A4

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

Shades of Orinoco #CDD6A4

Tints of Orinoco #CDD6A4

Color information

#CDD6A4 (or 0xCDD6A4) is unknown color: approx Orinoco. HEX triplet: CD, D6 and A4. RGB value is (205,214,164). Sum of RGB (Red+Green+Blue) = 205+214+164=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 164 (64.45% from 255 or 28.13% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6A4 is #32295B. Grayscale: #CDCDCD. Windows color (decimal): -3287388 or 10802893. OLE color: 10802893.

HSL color Cylindrical-coordinate representation of color #CDD6A4: hue angle of 70.8º degrees, saturation: 0.38, 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 #CDD6A4 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB205214164-
CMYK0.0400.230.16
HSL70.8º37.88%74.12%-
HSV(B)70.8º23.36%83.92%-
XYZ55.9263.7544.48-
YUV205.61104.52127.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 164 (64.45% from 255) = 28.13%
R=35.16%
G=36.71%
B=28.13%

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
Decimal2052141640.0400.230.1670.837.8874.12
HexCDD6A440171047264a
Octal31532624440272010746112
Binary1100110111010110101001001000101111000010001111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6A4; }

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

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

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

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

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

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

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

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