Html Css Color HEX #CFA402 Gamboge

📋 copy color: '#CFA402'

red 207 ◦ green 164 ◦ blue 2

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

Shades of Gamboge #CFA402

Tints of Gamboge #CFA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.97%

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

R = 55.5%
G = 43.97%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CFA402 (or 0xCFA402) is known color: Gamboge. HEX triplet: CF, A4 and 02. RGB value is (207,164,2). Sum of RGB (Red+Green+Blue) = 207+164+2=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA402 is #305BFD. Grayscale: #9F9F9F. Windows color (decimal): -3169278 or 173263. OLE color: 173263.

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

Color convert

RGB 207 164 2 -
CMYK 0 0.21 0.99 0.19
HSL 47.41º 0.98% 0.41% -
HSV(B) 47.41º 0.99% 0.81% -
XYZ 39.02 39.82 5.69 -
YUV 158.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 207 164 2 0 0.21 0.99 0.19 47.41 0.98 0.41
Hex CF A4 2 0 15 63 13 2F 62 29
Octal 317 244 2 0 25 143 23 57 142 51
Binary 11001111 10100100 10 0 10101 1100011 10011 101111 1100010 101001

Color Harmonies of #CFA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA402

Black with #CFA402

Text Example


Text Example

White with #CFA402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA402; }

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

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

background-color css

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

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

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

border-color css

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

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

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