Html Css Color HEX #CFA902 Gamboge

📋 copy color: '#CFA902'

red 207 ◦ green 169 ◦ blue 2

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

Shades of Gamboge #CFA902

Tints of Gamboge #CFA902

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.71%

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

R = 54.76%
G = 44.71%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CFA902 (or 0xCFA902) is known color: Gamboge. HEX triplet: CF, A9 and 02. RGB value is (207,169,2). Sum of RGB (Red+Green+Blue) = 207+169+2=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA902 is #3056FD. Grayscale: #A2A2A2. Windows color (decimal): -3167998 or 174543. OLE color: 174543.

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

Color convert

RGB 207 169 2 -
CMYK 0 0.18 0.99 0.19
HSL 48.88º 0.98% 0.41% -
HSV(B) 48.88º 0.99% 0.81% -
XYZ 39.93 41.65 5.99 -
YUV 161.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 207 169 2 0 0.18 0.99 0.19 48.88 0.98 0.41
Hex CF A9 2 0 12 63 13 31 62 29
Octal 317 251 2 0 22 143 23 61 142 51
Binary 11001111 10101001 10 0 10010 1100011 10011 110001 1100010 101001

Color Harmonies of #CFA902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA902

Black with #CFA902

Text Example


Text Example

White with #CFA902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA902; }

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

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

background-color css

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

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

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

border-color css

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

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

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