Html Css Color HEX #CDD5A0 Orinoco

📋 copy color: '#CDD5A0'

red 205 ◦ green 213 ◦ blue 160

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

Shades of Orinoco #CDD5A0

Tints of Orinoco #CDD5A0

RGB

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

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

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

R = 35.47%
G = 36.85%
B = 27.68%

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

#CDD5A0 (or 0xCDD5A0) is known color: Orinoco. HEX triplet: CD, D5 and A0. RGB value is (205,213,160). Sum of RGB (Red+Green+Blue) = 205+213+160=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD5A0 is #322A5F. Grayscale: #CCCCCC. Windows color (decimal): -3287648 or 10540493. OLE color: 10540493.

HSL color Cylindrical-coordinate representation of color #CDD5A0: hue angle of 69.06º degrees, saturation: 0.39, 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 #CDD5A0 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 160 -
CMYK 0.04 0 0.25 0.16
HSL 69.06º 0.39% 0.73% -
HSV(B) 69.06º 0.25% 0.84% -
XYZ 55.32 63.11 42.52 -
YUV 204.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 205 213 160 0.04 0 0.25 0.16 69.06 0.39 0.73
Hex CD D5 A0 4 0 19 10 45 27 49
Octal 315 325 240 4 0 31 20 105 47 111
Binary 11001101 11010101 10100000 100 0 11001 10000 1000101 100111 1001001

Color Harmonies of #CDD5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5A0

Black with #CDD5A0

Text Example


Text Example

White with #CDD5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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