Html Css Color HEX #CCD79E Orinoco

📋 copy color: '#CCD79E'

red 204 ◦ green 215 ◦ blue 158

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

Shades of Orinoco #CCD79E

Tints of Orinoco #CCD79E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.26%

 BLUE value IS 158 (62.11% from 255) = 27.38%

R = 35.36%
G = 37.26%
B = 27.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#CCD79E (or 0xCCD79E) is known color: Orinoco. HEX triplet: CC, D7 and 9E. RGB value is (204,215,158). Sum of RGB (Red+Green+Blue) = 204+215+158=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD79E is #332861. Grayscale: #CDCDCD. Windows color (decimal): -3352674 or 10409932. OLE color: 10409932.

HSL color Cylindrical-coordinate representation of color #CCD79E: hue angle of 71.58º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCD79E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 158 -
CMYK 0.05 0 0.27 0.16
HSL 71.58º 0.42% 0.73% -
HSV(B) 71.58º 0.27% 0.84% -
XYZ 55.37 63.91 41.76 -
YUV 205.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 204 215 158 0.05 0 0.27 0.16 71.58 0.42 0.73
Hex CC D7 9E 5 0 1B 10 48 2A 49
Octal 314 327 236 5 0 33 20 110 52 111
Binary 11001100 11010111 10011110 101 0 11011 10000 1001000 101010 1001001

Color Harmonies of #CCD79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD79E

Black with #CCD79E

Text Example


Text Example

White with #CCD79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD79E; }

 p { color: rgb(204,215,158); }

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

background-color css

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

 a { background-color: rgb(204,215,158); }

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

border-color css

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

 span { border-color: rgb(204,215,158); }

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