#CDDAAB

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

Shades of Orinoco #CDDAAB

Tints of Orinoco #CDDAAB

Color information

#CDDAAB (or 0xCDDAAB) is unknown color: approx Orinoco. HEX triplet: CD, DA and AB. RGB value is (205,218,171). Sum of RGB (Red+Green+Blue) = 205+218+171=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDAAB is #322554. Grayscale: #D0D0D0. Windows color (decimal): -3286357 or 11262669. OLE color: 11262669.

HSL color Cylindrical-coordinate representation of color #CDDAAB: hue angle of 76.6º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDDAAB is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB205218171-
CMYK0.0600.220.15
HSL76.6º38.84%76.27%-
HSV(B)76.6º21.56%85.49%-
XYZ57.666.0648.24-
YUV208.76106.69125.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=34.51%
G=36.70%
B=28.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181710.0600.220.1576.638.8476.27
HexCDDAAB6016F4d274c
Octal31533225360261711547114
Binary110011011101101010101011110010110111110011011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAAB; }

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

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

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

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

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

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

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

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