Html Css Color HEX #CDD6A0 Orinoco

📋 copy color: '#CDD6A0'

red 205 ◦ green 214 ◦ blue 160

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

Shades of Orinoco #CDD6A0

Tints of Orinoco #CDD6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.96%

 BLUE value IS 160 (62.89% from 255) = 27.63%

R = 35.41%
G = 36.96%
B = 27.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#CDD6A0 (or 0xCDD6A0) is known color: Orinoco. HEX triplet: CD, D6 and A0. RGB value is (205,214,160). Sum of RGB (Red+Green+Blue) = 205+214+160=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6A0 is #32295F. Grayscale: #CDCDCD. Windows color (decimal): -3287392 or 10540749. OLE color: 10540749.

HSL color Cylindrical-coordinate representation of color #CDD6A0: hue angle of 70º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDD6A0 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 160 -
CMYK 0.04 0 0.25 0.16
HSL 70º 0.4% 0.73% -
HSV(B) 70º 0.25% 0.84% -
XYZ 55.57 63.61 42.61 -
YUV 205.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 205 214 160 0.04 0 0.25 0.16 70 0.4 0.73
Hex CD D6 A0 4 0 19 10 46 28 49
Octal 315 326 240 4 0 31 20 106 50 111
Binary 11001101 11010110 10100000 100 0 11001 10000 1000110 101000 1001001

Color Harmonies of #CDD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD6A0

Black with #CDD6A0

Text Example


Text Example

White with #CDD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD6A0; }

 p { color: rgb(205,214,160); }

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

background-color css

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

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

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

border-color css

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

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

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