Html Css Color HEX #CFA307 Gamboge

📋 copy color: '#CFA307'

red 207 ◦ green 163 ◦ blue 7

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

Shades of Gamboge #CFA307

Tints of Gamboge #CFA307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

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

R = 54.91%
G = 43.24%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CFA307 (or 0xCFA307) is known color: Gamboge. HEX triplet: CF, A3 and 07. RGB value is (207,163,7). Sum of RGB (Red+Green+Blue) = 207+163+7=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA307 is #305CF8. Grayscale: #9F9F9F. Windows color (decimal): -3169529 or 500687. OLE color: 500687.

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

Color convert

RGB 207 163 7 -
CMYK 0 0.21 0.97 0.19
HSL 46.8º 0.93% 0.42% -
HSV(B) 46.8º 0.97% 0.81% -
XYZ 38.87 39.48 5.77 -
YUV 158.37 42.58 162.68 -
System Red Green Blue C M Y K H S L
Decimal 207 163 7 0 0.21 0.97 0.19 46.8 0.93 0.42
Hex CF A3 7 0 15 61 13 2F 5D 2A
Octal 317 243 7 0 25 141 23 57 135 52
Binary 11001111 10100011 111 0 10101 1100001 10011 101111 1011101 101010

Color Harmonies of #CFA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA307

Black with #CFA307

Text Example


Text Example

White with #CFA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA307; }

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

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

background-color css

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

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

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

border-color css

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

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

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