Html Css Color HEX #CFA304 Gamboge

📋 copy color: '#CFA304'

red 207 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #CFA304

Tints of Gamboge #CFA304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 55.35%
G = 43.58%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFA304 (or 0xCFA304) is known color: Gamboge. HEX triplet: CF, A3 and 04. RGB value is (207,163,4). Sum of RGB (Red+Green+Blue) = 207+163+4=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA304 is #305CFB. Grayscale: #9E9E9E. Windows color (decimal): -3169532 or 304079. OLE color: 304079.

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

Color convert

RGB 207 163 4 -
CMYK 0 0.21 0.98 0.19
HSL 47º 0.96% 0.41% -
HSV(B) 47º 0.98% 0.81% -
XYZ 38.85 39.47 5.69 -
YUV 158.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 207 163 4 0 0.21 0.98 0.19 47 0.96 0.41
Hex CF A3 4 0 15 62 13 2F 60 29
Octal 317 243 4 0 25 142 23 57 140 51
Binary 11001111 10100011 100 0 10101 1100010 10011 101111 1100000 101001

Color Harmonies of #CFA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA304

Black with #CFA304

Text Example


Text Example

White with #CFA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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