Html Css Color HEX #CFA901 Gamboge

📋 copy color: '#CFA901'

red 207 ◦ green 169 ◦ blue 1

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

Shades of Gamboge #CFA901

Tints of Gamboge #CFA901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.83%

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

R = 54.91%
G = 44.83%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFA901 (or 0xCFA901) is known color: Gamboge. HEX triplet: CF, A9 and 01. RGB value is (207,169,1). Sum of RGB (Red+Green+Blue) = 207+169+1=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA901 is #3056FE. Grayscale: #A1A1A1. Windows color (decimal): -3167999 or 109007. OLE color: 109007.

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

Color convert

RGB 207 169 1 -
CMYK 0 0.18 1.00 0.19
HSL 48.93º 0.99% 0.41% -
HSV(B) 48.93º 1% 0.81% -
XYZ 39.93 41.64 5.96 -
YUV 161.21 37.59 160.66 -
System Red Green Blue C M Y K H S L
Decimal 207 169 1 0 0.18 1.00 0.19 48.93 0.99 0.41
Hex CF A9 1 0 12 64 13 31 63 29
Octal 317 251 1 0 22 144 23 61 143 51
Binary 11001111 10101001 1 0 10010 1100100 10011 110001 1100011 101001

Color Harmonies of #CFA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA901

Black with #CFA901

Text Example


Text Example

White with #CFA901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA901; }

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

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

background-color css

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

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

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

border-color css

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

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

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