Html Css Color HEX #CDD2AD Orinoco

📋 copy color: '#CDD2AD'

red 205 ◦ green 210 ◦ blue 173

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

Shades of Orinoco #CDD2AD

Tints of Orinoco #CDD2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.42%

R = 34.86%
G = 35.71%
B = 29.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#CDD2AD (or 0xCDD2AD) is known color: Orinoco. HEX triplet: CD, D2 and AD. RGB value is (205,210,173). Sum of RGB (Red+Green+Blue) = 205+210+173=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD2AD is #322D52. Grayscale: #CCCCCC. Windows color (decimal): -3288403 or 11391693. OLE color: 11391693.

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

Color convert

RGB 205 210 173 -
CMYK 0.02 0 0.18 0.18
HSL 68.11º 0.29% 0.75% -
HSV(B) 68.11º 0.18% 0.82% -
XYZ 55.77 62.09 48.58 -
YUV 204.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 205 210 173 0.02 0 0.18 0.18 68.11 0.29 0.75
Hex CD D2 AD 2 0 12 12 44 1D 4B
Octal 315 322 255 2 0 22 22 104 35 113
Binary 11001101 11010010 10101101 10 0 10010 10010 1000100 11101 1001011

Color Harmonies of #CDD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD2AD

Black with #CDD2AD

Text Example


Text Example

White with #CDD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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