Html Css Color HEX #CFA706 Gamboge

📋 copy color: '#CFA706'

red 207 ◦ green 167 ◦ blue 6

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

Shades of Gamboge #CFA706

Tints of Gamboge #CFA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.95%

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 54.47%
G = 43.95%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CFA706 (or 0xCFA706) is known color: Gamboge. HEX triplet: CF, A7 and 06. RGB value is (207,167,6). Sum of RGB (Red+Green+Blue) = 207+167+6=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA706 is #3058F9. Grayscale: #A1A1A1. Windows color (decimal): -3168506 or 436175. OLE color: 436175.

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

Color convert

RGB 207 167 6 -
CMYK 0 0.19 0.97 0.19
HSL 48.06º 0.94% 0.42% -
HSV(B) 48.06º 0.97% 0.81% -
XYZ 39.58 40.92 5.98 -
YUV 160.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 207 167 6 0 0.19 0.97 0.19 48.06 0.94 0.42
Hex CF A7 6 0 13 61 13 30 5E 2A
Octal 317 247 6 0 23 141 23 60 136 52
Binary 11001111 10100111 110 0 10011 1100001 10011 110000 1011110 101010

Color Harmonies of #CFA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA706

Black with #CFA706

Text Example


Text Example

White with #CFA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA706; }

 p { color: rgb(207,167,6); }

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

background-color css

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

 a { background-color: rgb(207,167,6); }

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

border-color css

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

 span { border-color: rgb(207,167,6); }

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