Html Css Color HEX #CDD2AA Orinoco

📋 copy color: '#CDD2AA'

red 205 ◦ green 210 ◦ blue 170

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

Shades of Orinoco #CDD2AA

Tints of Orinoco #CDD2AA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.9%

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

R = 35.04%
G = 35.9%
B = 29.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#CDD2AA (or 0xCDD2AA) is known color: Orinoco. HEX triplet: CD, D2 and AA. RGB value is (205,210,170). Sum of RGB (Red+Green+Blue) = 205+210+170=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD2AA is #322D55. Grayscale: #CCCCCC. Windows color (decimal): -3288406 or 11195085. OLE color: 11195085.

HSL color Cylindrical-coordinate representation of color #CDD2AA: hue angle of 67.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD2AA is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 170 -
CMYK 0.02 0 0.19 0.18
HSL 67.5º 0.31% 0.75% -
HSV(B) 67.5º 0.19% 0.82% -
XYZ 55.48 61.97 47.07 -
YUV 203.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 205 210 170 0.02 0 0.19 0.18 67.5 0.31 0.75
Hex CD D2 AA 2 0 13 12 44 1F 4B
Octal 315 322 252 2 0 23 22 104 37 113
Binary 11001101 11010010 10101010 10 0 10011 10010 1000100 11111 1001011

Color Harmonies of #CDD2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD2AA

Black with #CDD2AA

Text Example


Text Example

White with #CDD2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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