Html Css Color HEX #CFA704 Gamboge

📋 copy color: '#CFA704'

red 207 ◦ green 167 ◦ blue 4

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

Shades of Gamboge #CFA704

Tints of Gamboge #CFA704

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.18%

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

R = 54.76%
G = 44.18%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFA704 (or 0xCFA704) is known color: Gamboge. HEX triplet: CF, A7 and 04. RGB value is (207,167,4). Sum of RGB (Red+Green+Blue) = 207+167+4=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA704 is #3058FB. Grayscale: #A1A1A1. Windows color (decimal): -3168508 or 305103. OLE color: 305103.

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

Color convert

RGB 207 167 4 -
CMYK 0 0.19 0.98 0.19
HSL 48.18º 0.96% 0.41% -
HSV(B) 48.18º 0.98% 0.81% -
XYZ 39.57 40.91 5.93 -
YUV 160.38 39.75 161.25 -
System Red Green Blue C M Y K H S L
Decimal 207 167 4 0 0.19 0.98 0.19 48.18 0.96 0.41
Hex CF A7 4 0 13 62 13 30 60 29
Octal 317 247 4 0 23 142 23 60 140 51
Binary 11001111 10100111 100 0 10011 1100010 10011 110000 1100000 101001

Color Harmonies of #CFA704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA704

Black with #CFA704

Text Example


Text Example

White with #CFA704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA704; }

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

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

background-color css

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

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

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

border-color css

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

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

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