Html Css Color HEX #CFA803 Gamboge

📋 copy color: '#CFA803'

red 207 ◦ green 168 ◦ blue 3

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

Shades of Gamboge #CFA803

Tints of Gamboge #CFA803

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 54.76%
G = 44.44%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CFA803 (or 0xCFA803) is known color: Gamboge. HEX triplet: CF, A8 and 03. RGB value is (207,168,3). Sum of RGB (Red+Green+Blue) = 207+168+3=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA803 is #3057FC. Grayscale: #A1A1A1. Windows color (decimal): -3168253 or 239823. OLE color: 239823.

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

Color convert

RGB 207 168 3 -
CMYK 0 0.19 0.99 0.19
HSL 48.53º 0.97% 0.41% -
HSV(B) 48.53º 0.99% 0.81% -
XYZ 39.75 41.28 5.96 -
YUV 160.85 38.92 160.92 -
System Red Green Blue C M Y K H S L
Decimal 207 168 3 0 0.19 0.99 0.19 48.53 0.97 0.41
Hex CF A8 3 0 13 63 13 31 61 29
Octal 317 250 3 0 23 143 23 61 141 51
Binary 11001111 10101000 11 0 10011 1100011 10011 110001 1100001 101001

Color Harmonies of #CFA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA803

Black with #CFA803

Text Example


Text Example

White with #CFA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA803; }

 p { color: rgb(207,168,3); }

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

background-color css

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

 a { background-color: rgb(207,168,3); }

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

border-color css

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

 span { border-color: rgb(207,168,3); }

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