Html Css Color HEX #CFA703 Gamboge

📋 copy color: '#CFA703'

red 207 ◦ green 167 ◦ blue 3

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

Shades of Gamboge #CFA703

Tints of Gamboge #CFA703

RGB

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

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

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

R = 54.91%
G = 44.3%
B = 0.8%

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

#CFA703 (or 0xCFA703) is known color: Gamboge. HEX triplet: CF, A7 and 03. RGB value is (207,167,3). Sum of RGB (Red+Green+Blue) = 207+167+3=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA703 is #3058FC. Grayscale: #A0A0A0. Windows color (decimal): -3168509 or 239567. OLE color: 239567.

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

Color convert

RGB 207 167 3 -
CMYK 0 0.19 0.99 0.19
HSL 48.24º 0.97% 0.41% -
HSV(B) 48.24º 0.99% 0.81% -
XYZ 39.57 40.91 5.9 -
YUV 160.26 39.25 161.34 -
System Red Green Blue C M Y K H S L
Decimal 207 167 3 0 0.19 0.99 0.19 48.24 0.97 0.41
Hex CF A7 3 0 13 63 13 30 61 29
Octal 317 247 3 0 23 143 23 60 141 51
Binary 11001111 10100111 11 0 10011 1100011 10011 110000 1100001 101001

Color Harmonies of #CFA703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA703

Black with #CFA703

Text Example


Text Example

White with #CFA703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA703; }

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

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

background-color css

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

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

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

border-color css

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

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

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