Html Css Color HEX #CFA10E Gamboge

📋 copy color: '#CFA10E'

red 207 ◦ green 161 ◦ blue 14

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

Shades of Gamboge #CFA10E

Tints of Gamboge #CFA10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 54.19%
G = 42.15%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CFA10E (or 0xCFA10E) is known color: Gamboge. HEX triplet: CF, A1 and 0E. RGB value is (207,161,14). Sum of RGB (Red+Green+Blue) = 207+161+14=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA10E is #305EF1. Grayscale: #9E9E9E. Windows color (decimal): -3170034 or 958927. OLE color: 958927.

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

Color convert

RGB 207 161 14 -
CMYK 0 0.22 0.93 0.19
HSL 45.7º 0.87% 0.43% -
HSV(B) 45.7º 0.93% 0.81% -
XYZ 38.56 38.79 5.87 -
YUV 158 46.74 162.95 -
System Red Green Blue C M Y K H S L
Decimal 207 161 14 0 0.22 0.93 0.19 45.7 0.87 0.43
Hex CF A1 E 0 16 5D 13 2E 57 2B
Octal 317 241 16 0 26 135 23 56 127 53
Binary 11001111 10100001 1110 0 10110 1011101 10011 101110 1010111 101011

Color Harmonies of #CFA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA10E

Black with #CFA10E

Text Example


Text Example

White with #CFA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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