#CDCDAD

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

Shades of Orinoco #CDCDAD

Tints of Orinoco #CDCDAD

Color information

#CDCDAD (or 0xCDCDAD) is unknown color: approx Orinoco. HEX triplet: CD, CD and AD. RGB value is (205,205,173). Sum of RGB (Red+Green+Blue) = 205+205+173=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCDAD is #323252. Grayscale: #C9C9C9. Windows color (decimal): -3289683 or 11390413. OLE color: 11390413.

HSL color Cylindrical-coordinate representation of color #CDCDAD: hue angle of 60º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDCDAD is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205205173-
CMYK000.160.20
HSL60º24.24%74.12%-
HSV(B)60º15.61%80.39%-
XYZ54.5559.6648.18-
YUV201.35112130.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=35.16%
G=35.16%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205173000.160.206024.2474.12
HexCDCDAD0010143c184a
Octal3153152550020247430112
Binary110011011100110110101101001000010100111100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDAD; }

 p { color: rgb(205,205,173); }

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

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

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

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

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

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

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