Html Css Color HEX #CFA705 Gamboge

📋 copy color: '#CFA705'

red 207 ◦ green 167 ◦ blue 5

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

Shades of Gamboge #CFA705

Tints of Gamboge #CFA705

RGB

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

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

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

R = 54.62%
G = 44.06%
B = 1.32%

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

#CFA705 (or 0xCFA705) is known color: Gamboge. HEX triplet: CF, A7 and 05. RGB value is (207,167,5). Sum of RGB (Red+Green+Blue) = 207+167+5=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA705 is #3058FA. Grayscale: #A1A1A1. Windows color (decimal): -3168507 or 370639. OLE color: 370639.

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

Color convert

RGB 207 167 5 -
CMYK 0 0.19 0.98 0.19
HSL 48.12º 0.95% 0.42% -
HSV(B) 48.12º 0.98% 0.81% -
XYZ 39.58 40.91 5.95 -
YUV 160.49 40.25 161.17 -
System Red Green Blue C M Y K H S L
Decimal 207 167 5 0 0.19 0.98 0.19 48.12 0.95 0.42
Hex CF A7 5 0 13 62 13 30 5F 2A
Octal 317 247 5 0 23 142 23 60 137 52
Binary 11001111 10100111 101 0 10011 1100010 10011 110000 1011111 101010

Color Harmonies of #CFA705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA705

Black with #CFA705

Text Example


Text Example

White with #CFA705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA705; }

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

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

background-color css

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

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

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

border-color css

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

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

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