Html Css Color HEX #CFAA02 Gamboge

📋 copy color: '#CFAA02'

red 207 ◦ green 170 ◦ blue 2

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

Shades of Gamboge #CFAA02

Tints of Gamboge #CFAA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.85%

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

R = 54.62%
G = 44.85%
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

#CFAA02 (or 0xCFAA02) is known color: Gamboge. HEX triplet: CF, AA and 02. RGB value is (207,170,2). Sum of RGB (Red+Green+Blue) = 207+170+2=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA02 is #3055FD. Grayscale: #A2A2A2. Windows color (decimal): -3167742 or 174799. OLE color: 174799.

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

Color convert

RGB 207 170 2 -
CMYK 0 0.18 0.99 0.19
HSL 49.17º 0.98% 0.41% -
HSV(B) 49.17º 0.99% 0.81% -
XYZ 40.12 42.02 6.05 -
YUV 161.91 37.76 160.16 -
System Red Green Blue C M Y K H S L
Decimal 207 170 2 0 0.18 0.99 0.19 49.17 0.98 0.41
Hex CF AA 2 0 12 63 13 31 62 29
Octal 317 252 2 0 22 143 23 61 142 51
Binary 11001111 10101010 10 0 10010 1100011 10011 110001 1100010 101001

Color Harmonies of #CFAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA02

Black with #CFAA02

Text Example


Text Example

White with #CFAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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