#cf9b0d

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

Shades of Gamboge #CF9B0D

Tints of Gamboge #CF9B0D

Color information

#CF9B0D (or 0xCF9B0D) is unknown color: approx Gamboge. HEX triplet: CF, 9B and 0D. RGB value is (207,155,13). Sum of RGB (Red+Green+Blue) = 207+155+13=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9B0D is #3064F2. Grayscale: #9A9A9A. Windows color (decimal): -3171571 or 891855. OLE color: 891855.

HSL color Cylindrical-coordinate representation of color #CF9B0D: hue angle of 43.92º 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 #CF9B0D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB20715513-
CMYK00.250.940.19
HSL43.92º88.18%43.14%-
HSV(B)43.92º93.72%81.18%-
XYZ37.5336.745.49-
YUV154.3648.23165.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.2%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 13 (5.47% from 255) = 3.47%
R=55.2%
G=41.33%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071551300.250.940.1943.9288.1843.14
HexCF9BD0195E132c582b
Octal31723315031136235413053
Binary110011111001101111010110011011110100111011001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf9b0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf9b0d; }

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

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

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

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

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

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

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

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