Html Css Color HEX #CDD8A5 Orinoco

📋 copy color: '#CDD8A5'

red 205 ◦ green 216 ◦ blue 165

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

Shades of Orinoco #CDD8A5

Tints of Orinoco #CDD8A5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.86%

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

R = 34.98%
G = 36.86%
B = 28.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#CDD8A5 (or 0xCDD8A5) is known color: Orinoco. HEX triplet: CD, D8 and A5. RGB value is (205,216,165). Sum of RGB (Red+Green+Blue) = 205+216+165=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD8A5 is #32275A. Grayscale: #CFCFCF. Windows color (decimal): -3286875 or 10868941. OLE color: 10868941.

HSL color Cylindrical-coordinate representation of color #CDD8A5: hue angle of 72.94º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDD8A5 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 165 -
CMYK 0.05 0 0.24 0.15
HSL 72.94º 0.4% 0.75% -
HSV(B) 72.94º 0.24% 0.85% -
XYZ 56.52 64.81 45.13 -
YUV 206.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 205 216 165 0.05 0 0.24 0.15 72.94 0.4 0.75
Hex CD D8 A5 5 0 18 F 49 28 4B
Octal 315 330 245 5 0 30 17 111 50 113
Binary 11001101 11011000 10100101 101 0 11000 1111 1001001 101000 1001011

Color Harmonies of #CDD8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD8A5

Black with #CDD8A5

Text Example


Text Example

White with #CDD8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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