Html Css Color HEX #CCD79D Orinoco

📋 copy color: '#CCD79D'

red 204 ◦ green 215 ◦ blue 157

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

Shades of Orinoco #CCD79D

Tints of Orinoco #CCD79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.26%

R = 35.42%
G = 37.33%
B = 27.26%

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

#CCD79D (or 0xCCD79D) is known color: Orinoco. HEX triplet: CC, D7 and 9D. RGB value is (204,215,157). Sum of RGB (Red+Green+Blue) = 204+215+157=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD79D is #332862. Grayscale: #CDCDCD. Windows color (decimal): -3352675 or 10344396. OLE color: 10344396.

HSL color Cylindrical-coordinate representation of color #CCD79D: hue angle of 71.38º 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 #CCD79D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 157 -
CMYK 0.05 0 0.27 0.16
HSL 71.38º 0.42% 0.73% -
HSV(B) 71.38º 0.27% 0.84% -
XYZ 55.29 63.87 41.31 -
YUV 205.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 204 215 157 0.05 0 0.27 0.16 71.38 0.42 0.73
Hex CC D7 9D 5 0 1B 10 47 2A 49
Octal 314 327 235 5 0 33 20 107 52 111
Binary 11001100 11010111 10011101 101 0 11011 10000 1000111 101010 1001001

Color Harmonies of #CCD79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD79D

Black with #CCD79D

Text Example


Text Example

White with #CCD79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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