Html Css Color HEX #CFA107 Gamboge

📋 copy color: '#CFA107'

red 207 ◦ green 161 ◦ blue 7

#CFA107
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #CFA107

Tints of Gamboge #CFA107

RGB

 RED value IS 207 (81.25% from 255) = 55.2%

 GREEN value IS 161 (63.28% from 255) = 42.93%

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 55.2%
G = 42.93%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CFA107 (or 0xCFA107) is known color: Gamboge. HEX triplet: CF, A1 and 07. RGB value is (207,161,7). Sum of RGB (Red+Green+Blue) = 207+161+7=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA107 is #305EF8. Grayscale: #9D9D9D. Windows color (decimal): -3170041 or 500175. OLE color: 500175.

HSL color Cylindrical-coordinate representation of color #CFA107: hue angle of 46.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFA107 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 161 7 -
CMYK 0 0.22 0.97 0.19
HSL 46.2º 0.93% 0.42% -
HSV(B) 46.2º 0.97% 0.81% -
XYZ 38.52 38.77 5.65 -
YUV 157.2 43.24 163.52 -
System Red Green Blue C M Y K H S L
Decimal 207 161 7 0 0.22 0.97 0.19 46.2 0.93 0.42
Hex CF A1 7 0 16 61 13 2E 5D 2A
Octal 317 241 7 0 26 141 23 56 135 52
Binary 11001111 10100001 111 0 10110 1100001 10011 101110 1011101 101010

Color Harmonies of #CFA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA107

Black with #CFA107

Text Example


Text Example

White with #CFA107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA107; }

 p { color: rgb(207,161,7); }

 H1.HeaderClassName
 {
   color: #CFA107;
 }
 .AnyTagClassName
 {
   color: #CFA107;
 }
</style>

background-color css

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

 a { background-color: rgb(207,161,7); }

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

border-color css

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

 span { border-color: rgb(207,161,7); }

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