Html Css Color HEX #CFA401 Gamboge

📋 copy color: '#CFA401'

red 207 ◦ green 164 ◦ blue 1

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

Shades of Gamboge #CFA401

Tints of Gamboge #CFA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.09%

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

R = 55.65%
G = 44.09%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFA401 (or 0xCFA401) is known color: Gamboge. HEX triplet: CF, A4 and 01. RGB value is (207,164,1). Sum of RGB (Red+Green+Blue) = 207+164+1=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA401 is #305BFE. Grayscale: #9E9E9E. Windows color (decimal): -3169279 or 107727. OLE color: 107727.

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

Color convert

RGB 207 164 1 -
CMYK 0 0.21 1.00 0.19
HSL 47.48º 0.99% 0.41% -
HSV(B) 47.48º 1% 0.81% -
XYZ 39.01 39.82 5.66 -
YUV 158.28 39.25 162.75 -
System Red Green Blue C M Y K H S L
Decimal 207 164 1 0 0.21 1.00 0.19 47.48 0.99 0.41
Hex CF A4 1 0 15 64 13 2F 63 29
Octal 317 244 1 0 25 144 23 57 143 51
Binary 11001111 10100100 1 0 10101 1100100 10011 101111 1100011 101001

Color Harmonies of #CFA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA401

Black with #CFA401

Text Example


Text Example

White with #CFA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA401; }

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

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

background-color css

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

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

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

border-color css

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

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

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