Html Css Color HEX #CDD6AE Orinoco

📋 copy color: '#CDD6AE'

red 205 ◦ green 214 ◦ blue 174

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

Shades of Orinoco #CDD6AE

Tints of Orinoco #CDD6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.34%

R = 34.57%
G = 36.09%
B = 29.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#CDD6AE (or 0xCDD6AE) is known color: Orinoco. HEX triplet: CD, D6 and AE. RGB value is (205,214,174). Sum of RGB (Red+Green+Blue) = 205+214+174=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6AE is #322951. Grayscale: #CECECE. Windows color (decimal): -3287378 or 11458253. OLE color: 11458253.

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

Color convert

RGB 205 214 174 -
CMYK 0.04 0 0.19 0.16
HSL 73.5º 0.33% 0.76% -
HSV(B) 73.5º 0.19% 0.84% -
XYZ 56.86 64.13 49.43 -
YUV 206.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 205 214 174 0.04 0 0.19 0.16 73.5 0.33 0.76
Hex CD D6 AE 4 0 13 10 4A 21 4C
Octal 315 326 256 4 0 23 20 112 41 114
Binary 11001101 11010110 10101110 100 0 10011 10000 1001010 100001 1001100

Color Harmonies of #CDD6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD6AE

Black with #CDD6AE

Text Example


Text Example

White with #CDD6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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