Html Css Color HEX #CFA309 Gamboge

📋 copy color: '#CFA309'

red 207 ◦ green 163 ◦ blue 9

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

Shades of Gamboge #CFA309

Tints of Gamboge #CFA309

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.01%

 BLUE value IS 9 (3.91% from 255) = 2.37%

R = 54.62%
G = 43.01%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFA309 (or 0xCFA309) is known color: Gamboge. HEX triplet: CF, A3 and 09. RGB value is (207,163,9). Sum of RGB (Red+Green+Blue) = 207+163+9=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA309 is #305CF6. Grayscale: #9F9F9F. Windows color (decimal): -3169527 or 631759. OLE color: 631759.

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

Color convert

RGB 207 163 9 -
CMYK 0 0.21 0.96 0.19
HSL 46.67º 0.92% 0.42% -
HSV(B) 46.67º 0.96% 0.81% -
XYZ 38.88 39.48 5.83 -
YUV 158.6 43.58 162.52 -
System Red Green Blue C M Y K H S L
Decimal 207 163 9 0 0.21 0.96 0.19 46.67 0.92 0.42
Hex CF A3 9 0 15 60 13 2F 5C 2A
Octal 317 243 11 0 25 140 23 57 134 52
Binary 11001111 10100011 1001 0 10101 1100000 10011 101111 1011100 101010

Color Harmonies of #CFA309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA309

Black with #CFA309

Text Example


Text Example

White with #CFA309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA309; }

 p { color: rgb(207,163,9); }

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

background-color css

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

 a { background-color: rgb(207,163,9); }

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

border-color css

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

 span { border-color: rgb(207,163,9); }

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