#CF9700

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

Shades of Gamboge #CF9700

Tints of Gamboge #CF9700

Color information

#CF9700 (or 0xCF9700) is unknown color: approx Gamboge. HEX triplet: CF, 97 and 00. RGB value is (207,151,0). Sum of RGB (Red+Green+Blue) = 207+151+0=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9700 is #3068FF. Grayscale: #979797. Windows color (decimal): -3172608 or 38863. OLE color: 38863.

HSL color Cylindrical-coordinate representation of color #CF9700: hue angle of 43.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF9700 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB2071510-
CMYK00.2710.19
HSL43.77º100%40.59%-
HSV(B)43.77º100%81.18%-
XYZ36.835.44.89-
YUV150.5343.05168.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.82%
GREEN value IS 151 (59.38% from 255) = 42.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.82%
G=42.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207151000.2710.1943.7710040.59
HexCF97001B64132c6429
Octal3172270033144235414451
Binary110011111001011100110111100100100111011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9700; }

 p { color: rgb(207,151,0); }

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

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

 a { background-color: rgb(207,151,0); }

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

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

 span { border-color: rgb(207,151,0); }

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