Html Css Color HEX #CFA300 Gamboge

📋 copy color: '#CFA300'

red 207 ◦ green 163 ◦ blue 0

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

Shades of Gamboge #CFA300

Tints of Gamboge #CFA300

RGB

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

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

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

R = 55.95%
G = 44.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFA300 (or 0xCFA300) is known color: Gamboge. HEX triplet: CF, A3 and 00. RGB value is (207,163,0). Sum of RGB (Red+Green+Blue) = 207+163+0=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA300 is #305CFF. Grayscale: #9E9E9E. Windows color (decimal): -3169536 or 41935. OLE color: 41935.

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

Color convert

RGB 207 163 0 -
CMYK 0 0.21 1 0.19
HSL 47.25º 1% 0.41% -
HSV(B) 47.25º 1% 0.81% -
XYZ 38.83 39.46 5.57 -
YUV 157.57 39.08 163.25 -
System Red Green Blue C M Y K H S L
Decimal 207 163 0 0 0.21 1 0.19 47.25 1 0.41
Hex CF A3 0 0 15 64 13 2F 64 29
Octal 317 243 0 0 25 144 23 57 144 51
Binary 11001111 10100011 0 0 10101 1100100 10011 101111 1100100 101001

Color Harmonies of #CFA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA300

Black with #CFA300

Text Example


Text Example

White with #CFA300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA300; }

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

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

background-color css

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

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

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

border-color css

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

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

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