#CF970A

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

Shades of Gamboge #CF970A

Tints of Gamboge #CF970A

Color information

#CF970A (or 0xCF970A) is unknown color: approx Gamboge. HEX triplet: CF, 97 and 0A. RGB value is (207,151,10). Sum of RGB (Red+Green+Blue) = 207+151+10=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF970A is #3068F5. Grayscale: #989898. Windows color (decimal): -3172598 or 694223. OLE color: 694223.

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

Color convert

RGB20715110-
CMYK00.270.950.19
HSL42.94º90.78%42.55%-
HSV(B)42.94º95.17%81.18%-
XYZ36.8535.425.18-
YUV151.6748.05167.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.25%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 10 (4.30% from 255) = 2.72%
R=56.25%
G=41.03%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071511000.270.950.1942.9490.7842.55
HexCF97A01B5F132b5b2b
Octal31722712033137235313353
Binary110011111001011110100110111011111100111010111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF970A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF970A; }

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

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

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

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

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

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

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

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