#CFD79D

Color #CFD79D Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #CFD79D

Tints of Orinoco #CFD79D

Color information

#CFD79D (or 0xCFD79D) is unknown color: approx Orinoco. HEX triplet: CF, D7 and 9D. RGB value is (207,215,157). Sum of RGB (Red+Green+Blue) = 207+215+157=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD79D is #302862. Grayscale: #CECECE. Windows color (decimal): -3156067 or 10344399. OLE color: 10344399.

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

Color convert

RGB207215157-
CMYK0.0400.270.16
HSL68.28º42.03%72.94%-
HSV(B)68.28º26.98%84.31%-
XYZ56.1264.341.35-
YUV206100.35128.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 157 (61.72% from 255) = 27.12%
R=35.75%
G=37.13%
B=27.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072151570.0400.270.1668.2842.0372.94
HexCFD79D401B10442a49
Octal31732723540332010452111
Binary1100111111010111100111011000110111000010001001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD79D; }

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

 H1.HeaderClassName
 {
   color: #CFD79D;
 }
 .AnyTagClassName
 {
   color: #CFD79D;
 }
</style>
background-color css

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

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

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

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

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

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