Html Css Color HEX #CDD5A5 Orinoco

📋 copy color: '#CDD5A5'

red 205 ◦ green 213 ◦ blue 165

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

Shades of Orinoco #CDD5A5

Tints of Orinoco #CDD5A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.3%

R = 35.16%
G = 36.54%
B = 28.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#CDD5A5 (or 0xCDD5A5) is known color: Orinoco. HEX triplet: CD, D5 and A5. RGB value is (205,213,165). Sum of RGB (Red+Green+Blue) = 205+213+165=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD5A5 is #322A5A. Grayscale: #CDCDCD. Windows color (decimal): -3287643 or 10868173. OLE color: 10868173.

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

Color convert

RGB 205 213 165 -
CMYK 0.04 0 0.23 0.16
HSL 70º 0.36% 0.74% -
HSV(B) 70º 0.23% 0.84% -
XYZ 55.76 63.28 44.87 -
YUV 205.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 205 213 165 0.04 0 0.23 0.16 70 0.36 0.74
Hex CD D5 A5 4 0 17 10 46 24 4A
Octal 315 325 245 4 0 27 20 106 44 112
Binary 11001101 11010101 10100101 100 0 10111 10000 1000110 100100 1001010

Color Harmonies of #CDD5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5A5

Black with #CDD5A5

Text Example


Text Example

White with #CDD5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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