Html Css Color HEX #CFA801 Gamboge

📋 copy color: '#CFA801'

red 207 ◦ green 168 ◦ blue 1

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

Shades of Gamboge #CFA801

Tints of Gamboge #CFA801

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.68%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 55.05%
G = 44.68%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFA801 (or 0xCFA801) is known color: Gamboge. HEX triplet: CF, A8 and 01. RGB value is (207,168,1). Sum of RGB (Red+Green+Blue) = 207+168+1=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA801 is #3057FE. Grayscale: #A1A1A1. Windows color (decimal): -3168255 or 108751. OLE color: 108751.

HSL color Cylindrical-coordinate representation of color #CFA801: hue angle of 48.64º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFA801 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 168 1 -
CMYK 0 0.19 1.00 0.19
HSL 48.64º 0.99% 0.41% -
HSV(B) 48.64º 1% 0.81% -
XYZ 39.74 41.27 5.9 -
YUV 160.62 37.92 161.08 -
System Red Green Blue C M Y K H S L
Decimal 207 168 1 0 0.19 1.00 0.19 48.64 0.99 0.41
Hex CF A8 1 0 13 64 13 31 63 29
Octal 317 250 1 0 23 144 23 61 143 51
Binary 11001111 10101000 1 0 10011 1100100 10011 110001 1100011 101001

Color Harmonies of #CFA801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA801

Black with #CFA801

Text Example


Text Example

White with #CFA801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA801; }

 p { color: rgb(207,168,1); }

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

background-color css

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

 a { background-color: rgb(207,168,1); }

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

border-color css

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

 span { border-color: rgb(207,168,1); }

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