Html Css Color HEX #CDD79C Orinoco

📋 copy color: '#CDD79C'

red 205 ◦ green 215 ◦ blue 156

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

Shades of Orinoco #CDD79C

Tints of Orinoco #CDD79C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.08%

R = 35.59%
G = 37.33%
B = 27.08%

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

#CDD79C (or 0xCDD79C) is known color: Orinoco. HEX triplet: CD, D7 and 9C. RGB value is (205,215,156). Sum of RGB (Red+Green+Blue) = 205+215+156=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD79C is #322863. Grayscale: #CDCDCD. Windows color (decimal): -3287140 or 10278861. OLE color: 10278861.

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

Color convert

RGB 205 215 156 -
CMYK 0.05 0 0.27 0.16
HSL 70.17º 0.42% 0.73% -
HSV(B) 70.17º 0.27% 0.84% -
XYZ 55.48 63.98 40.88 -
YUV 205.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 205 215 156 0.05 0 0.27 0.16 70.17 0.42 0.73
Hex CD D7 9C 5 0 1B 10 46 2A 49
Octal 315 327 234 5 0 33 20 106 52 111
Binary 11001101 11010111 10011100 101 0 11011 10000 1000110 101010 1001001

Color Harmonies of #CDD79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD79C

Black with #CDD79C

Text Example


Text Example

White with #CDD79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD79C; }

 p { color: rgb(205,215,156); }

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

background-color css

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

 a { background-color: rgb(205,215,156); }

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

border-color css

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

 span { border-color: rgb(205,215,156); }

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