Html Css Color HEX #CFA002 Gamboge

📋 copy color: '#CFA002'

red 207 ◦ green 160 ◦ blue 2

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

Shades of Gamboge #CFA002

Tints of Gamboge #CFA002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.36%

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

R = 56.1%
G = 43.36%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CFA002 (or 0xCFA002) is known color: Gamboge. HEX triplet: CF, A0 and 02. RGB value is (207,160,2). Sum of RGB (Red+Green+Blue) = 207+160+2=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA002 is #305FFD. Grayscale: #9C9C9C. Windows color (decimal): -3170302 or 172239. OLE color: 172239.

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

Color convert

RGB 207 160 2 -
CMYK 0 0.23 0.99 0.19
HSL 46.24º 0.98% 0.41% -
HSV(B) 46.24º 0.99% 0.81% -
XYZ 38.31 38.41 5.45 -
YUV 156.04 41.07 164.35 -
System Red Green Blue C M Y K H S L
Decimal 207 160 2 0 0.23 0.99 0.19 46.24 0.98 0.41
Hex CF A0 2 0 17 63 13 2E 62 29
Octal 317 240 2 0 27 143 23 56 142 51
Binary 11001111 10100000 10 0 10111 1100011 10011 101110 1100010 101001

Color Harmonies of #CFA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA002

Black with #CFA002

Text Example


Text Example

White with #CFA002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA002; }

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

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

background-color css

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

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

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

border-color css

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

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

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