#CF910D

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

Shades of Gamboge #CF910D

Tints of Gamboge #CF910D

Color information

#CF910D (or 0xCF910D) is unknown color: approx Gamboge. HEX triplet: CF, 91 and 0D. RGB value is (207,145,13). Sum of RGB (Red+Green+Blue) = 207+145+13=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF910D is #306EF2. Grayscale: #959595. Windows color (decimal): -3174131 or 889295. OLE color: 889295.

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

Color convert

RGB20714513-
CMYK00.300.940.19
HSL40.82º88.18%43.14%-
HSV(B)40.82º93.72%81.18%-
XYZ35.9333.554.96-
YUV148.4951.54169.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.71%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 13 (5.47% from 255) = 3.56%
R=56.71%
G=39.73%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071451300.300.940.1940.8288.1843.14
HexCF91D01E5E1329582b
Octal31722115036136235113053
Binary110011111001000111010111101011110100111010011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF910D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF910D; }

 p { color: rgb(207,145,13); }

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

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

 a { background-color: rgb(207,145,13); }

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

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

 span { border-color: rgb(207,145,13); }

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