Html Css Color HEX #CCD4AD Orinoco

📋 copy color: '#CCD4AD'

red 204 ◦ green 212 ◦ blue 173

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

Shades of Orinoco #CCD4AD

Tints of Orinoco #CCD4AD

RGB

 RED value IS 204 (80.08% from 255) = 34.63%

 GREEN value IS 212 (83.2% from 255) = 35.99%

 BLUE value IS 173 (67.97% from 255) = 29.37%

R = 34.63%
G = 35.99%
B = 29.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#CCD4AD (or 0xCCD4AD) is known color: Orinoco. HEX triplet: CC, D4 and AD. RGB value is (204,212,173). Sum of RGB (Red+Green+Blue) = 204+212+173=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD4AD is #332B52. Grayscale: #CDCDCD. Windows color (decimal): -3353427 or 11392204. OLE color: 11392204.

HSL color Cylindrical-coordinate representation of color #CCD4AD: hue angle of 72.31º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD4AD is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 173 -
CMYK 0.04 0 0.18 0.17
HSL 72.31º 0.31% 0.75% -
HSV(B) 72.31º 0.18% 0.83% -
XYZ 55.99 62.94 48.73 -
YUV 205.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 204 212 173 0.04 0 0.18 0.17 72.31 0.31 0.75
Hex CC D4 AD 4 0 12 11 48 1F 4B
Octal 314 324 255 4 0 22 21 110 37 113
Binary 11001100 11010100 10101101 100 0 10010 10001 1001000 11111 1001011

Color Harmonies of #CCD4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4AD

Black with #CCD4AD

Text Example


Text Example

White with #CCD4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4AD; }

 p { color: rgb(204,212,173); }

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

background-color css

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

 a { background-color: rgb(204,212,173); }

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

border-color css

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

 span { border-color: rgb(204,212,173); }

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