Html Css Color HEX #CFA105 Gamboge

📋 copy color: '#CFA105'

red 207 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #CFA105

Tints of Gamboge #CFA105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 55.5%
G = 43.16%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFA105 (or 0xCFA105) is known color: Gamboge. HEX triplet: CF, A1 and 05. RGB value is (207,161,5). Sum of RGB (Red+Green+Blue) = 207+161+5=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA105 is #305EFA. Grayscale: #9D9D9D. Windows color (decimal): -3170043 or 369103. OLE color: 369103.

HSL color Cylindrical-coordinate representation of color #CFA105: hue angle of 46.34º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFA105 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 161 5 -
CMYK 0 0.22 0.98 0.19
HSL 46.34º 0.95% 0.42% -
HSV(B) 46.34º 0.98% 0.81% -
XYZ 38.5 38.77 5.6 -
YUV 156.97 42.24 163.68 -
System Red Green Blue C M Y K H S L
Decimal 207 161 5 0 0.22 0.98 0.19 46.34 0.95 0.42
Hex CF A1 5 0 16 62 13 2E 5F 2A
Octal 317 241 5 0 26 142 23 56 137 52
Binary 11001111 10100001 101 0 10110 1100010 10011 101110 1011111 101010

Color Harmonies of #CFA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA105

Black with #CFA105

Text Example


Text Example

White with #CFA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA105; }

 p { color: rgb(207,161,5); }

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

background-color css

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

 a { background-color: rgb(207,161,5); }

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

border-color css

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

 span { border-color: rgb(207,161,5); }

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