#CFD39C

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

Shades of Orinoco #CFD39C

Tints of Orinoco #CFD39C

Color information

#CFD39C (or 0xCFD39C) is unknown color: approx Orinoco. HEX triplet: CF, D3 and 9C. RGB value is (207,211,156). Sum of RGB (Red+Green+Blue) = 207+211+156=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD39C is #302C63. Grayscale: #CBCBCB. Windows color (decimal): -3157092 or 10277839. OLE color: 10277839.

HSL color Cylindrical-coordinate representation of color #CFD39C: hue angle of 64.36º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFD39C is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB207211156-
CMYK0.0200.260.17
HSL64.36º38.46%71.96%-
HSV(B)64.36º26.07%82.75%-
XYZ55.0362.2540.57-
YUV203.53101.17130.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 211 (82.81% from 255) = 36.76%
BLUE value IS 156 (61.33% from 255) = 27.18%
R=36.06%
G=36.76%
B=27.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111560.0200.260.1764.3638.4671.96
HexCFD39C201A11402648
Octal31732323420322110046110
Binary110011111101001110011100100110101000110000001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD39C; }

 p { color: rgb(207,211,156); }

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

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

 a { background-color: rgb(207,211,156); }

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

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

 span { border-color: rgb(207,211,156); }

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