Html Css Color HEX #CFA702 Gamboge

📋 copy color: '#CFA702'

red 207 ◦ green 167 ◦ blue 2

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

Shades of Gamboge #CFA702

Tints of Gamboge #CFA702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 55.05%
G = 44.41%
B = 0.53%

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

#CFA702 (or 0xCFA702) is known color: Gamboge. HEX triplet: CF, A7 and 02. RGB value is (207,167,2). Sum of RGB (Red+Green+Blue) = 207+167+2=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA702 is #3058FD. Grayscale: #A0A0A0. Windows color (decimal): -3168510 or 174031. OLE color: 174031.

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

Color convert

RGB 207 167 2 -
CMYK 0 0.19 0.99 0.19
HSL 48.29º 0.98% 0.41% -
HSV(B) 48.29º 0.99% 0.81% -
XYZ 39.56 40.91 5.87 -
YUV 160.15 38.75 161.42 -
System Red Green Blue C M Y K H S L
Decimal 207 167 2 0 0.19 0.99 0.19 48.29 0.98 0.41
Hex CF A7 2 0 13 63 13 30 62 29
Octal 317 247 2 0 23 143 23 60 142 51
Binary 11001111 10100111 10 0 10011 1100011 10011 110000 1100010 101001

Color Harmonies of #CFA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA702

Black with #CFA702

Text Example


Text Example

White with #CFA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA702; }

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

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

background-color css

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

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

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

border-color css

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

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

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