Html Css Color HEX #CDD6A5 Orinoco

📋 copy color: '#CDD6A5'

red 205 ◦ green 214 ◦ blue 165

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

Shades of Orinoco #CDD6A5

Tints of Orinoco #CDD6A5

RGB

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

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

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

R = 35.1%
G = 36.64%
B = 28.25%

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

#CDD6A5 (or 0xCDD6A5) is known color: Orinoco. HEX triplet: CD, D6 and A5. RGB value is (205,214,165). Sum of RGB (Red+Green+Blue) = 205+214+165=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6A5 is #32295A. Grayscale: #CDCDCD. Windows color (decimal): -3287387 or 10868429. OLE color: 10868429.

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

Color convert

RGB 205 214 165 -
CMYK 0.04 0 0.23 0.16
HSL 71.02º 0.37% 0.74% -
HSV(B) 71.02º 0.23% 0.84% -
XYZ 56.01 63.79 44.96 -
YUV 205.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 205 214 165 0.04 0 0.23 0.16 71.02 0.37 0.74
Hex CD D6 A5 4 0 17 10 47 25 4A
Octal 315 326 245 4 0 27 20 107 45 112
Binary 11001101 11010110 10100101 100 0 10111 10000 1000111 100101 1001010

Color Harmonies of #CDD6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD6A5

Black with #CDD6A5

Text Example


Text Example

White with #CDD6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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