Html Css Color HEX #CFA501 Gamboge

📋 copy color: '#CFA501'

red 207 ◦ green 165 ◦ blue 1

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

Shades of Gamboge #CFA501

Tints of Gamboge #CFA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.24%

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

R = 55.5%
G = 44.24%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFA501 (or 0xCFA501) is known color: Gamboge. HEX triplet: CF, A5 and 01. RGB value is (207,165,1). Sum of RGB (Red+Green+Blue) = 207+165+1=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA501 is #305AFE. Grayscale: #9F9F9F. Windows color (decimal): -3169023 or 107983. OLE color: 107983.

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

Color convert

RGB 207 165 1 -
CMYK 0 0.20 1.00 0.19
HSL 47.77º 0.99% 0.41% -
HSV(B) 47.77º 1% 0.81% -
XYZ 39.19 40.18 5.72 -
YUV 158.86 38.91 162.34 -
System Red Green Blue C M Y K H S L
Decimal 207 165 1 0 0.20 1.00 0.19 47.77 0.99 0.41
Hex CF A5 1 0 14 64 13 30 63 29
Octal 317 245 1 0 24 144 23 60 143 51
Binary 11001111 10100101 1 0 10100 1100100 10011 110000 1100011 101001

Color Harmonies of #CFA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA501

Black with #CFA501

Text Example


Text Example

White with #CFA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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