Html Css Color HEX #CFA600 Gamboge

📋 copy color: '#CFA600'

red 207 ◦ green 166 ◦ blue 0

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

Shades of Gamboge #CFA600

Tints of Gamboge #CFA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.5%
G = 44.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFA600 (or 0xCFA600) is known color: Gamboge. HEX triplet: CF, A6 and 00. RGB value is (207,166,0). Sum of RGB (Red+Green+Blue) = 207+166+0=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA600 is #3059FF. Grayscale: #A0A0A0. Windows color (decimal): -3168768 or 42703. OLE color: 42703.

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

Color convert

RGB 207 166 0 -
CMYK 0 0.20 1 0.19
HSL 48.12º 1% 0.41% -
HSV(B) 48.12º 1% 0.81% -
XYZ 39.37 40.54 5.75 -
YUV 159.34 38.08 162 -
System Red Green Blue C M Y K H S L
Decimal 207 166 0 0 0.20 1 0.19 48.12 1 0.41
Hex CF A6 0 0 14 64 13 30 64 29
Octal 317 246 0 0 24 144 23 60 144 51
Binary 11001111 10100110 0 0 10100 1100100 10011 110000 1100100 101001

Color Harmonies of #CFA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA600

Black with #CFA600

Text Example


Text Example

White with #CFA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA600; }

 p { color: rgb(207,166,0); }

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

background-color css

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

 a { background-color: rgb(207,166,0); }

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

border-color css

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

 span { border-color: rgb(207,166,0); }

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