Html Css Color HEX #CDD5AA Orinoco

📋 copy color: '#CDD5AA'

red 205 ◦ green 213 ◦ blue 170

#CDD5AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #CDD5AA

Tints of Orinoco #CDD5AA

RGB

 RED value IS 205 (80.47% from 255) = 34.86%

 GREEN value IS 213 (83.59% from 255) = 36.22%

 BLUE value IS 170 (66.8% from 255) = 28.91%

R = 34.86%
G = 36.22%
B = 28.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#CDD5AA (or 0xCDD5AA) is known color: Orinoco. HEX triplet: CD, D5 and AA. RGB value is (205,213,170). Sum of RGB (Red+Green+Blue) = 205+213+170=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD5AA is #322A55. Grayscale: #CDCDCD. Windows color (decimal): -3287638 or 11195853. OLE color: 11195853.

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

Color convert

RGB 205 213 170 -
CMYK 0.04 0 0.20 0.16
HSL 71.16º 0.34% 0.75% -
HSV(B) 71.16º 0.2% 0.84% -
XYZ 56.23 63.47 47.32 -
YUV 205.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 205 213 170 0.04 0 0.20 0.16 71.16 0.34 0.75
Hex CD D5 AA 4 0 14 10 47 22 4B
Octal 315 325 252 4 0 24 20 107 42 113
Binary 11001101 11010101 10101010 100 0 10100 10000 1000111 100010 1001011

Color Harmonies of #CDD5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5AA

Black with #CDD5AA

Text Example


Text Example

White with #CDD5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5AA; }

 p { color: rgb(205,213,170); }

 H1.HeaderClassName
 {
   color: #CDD5AA;
 }
 .AnyTagClassName
 {
   color: #CDD5AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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