Html Css Color HEX #CF9C01 Gamboge

📋 copy color: '#CF9C01'

red 207 ◦ green 156 ◦ blue 1

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

Shades of Gamboge #CF9C01

Tints of Gamboge #CF9C01

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.86%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 56.87%
G = 42.86%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF9C01 (or 0xCF9C01) is known color: Gamboge. HEX triplet: CF, 9C and 01. RGB value is (207,156,1). Sum of RGB (Red+Green+Blue) = 207+156+1=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9C01 is #3063FE. Grayscale: #9A9A9A. Windows color (decimal): -3171327 or 105679. OLE color: 105679.

HSL color Cylindrical-coordinate representation of color #CF9C01: hue angle of 45.15º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF9C01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 156 1 -
CMYK 0 0.25 1.00 0.19
HSL 45.15º 0.99% 0.41% -
HSV(B) 45.15º 1% 0.81% -
XYZ 37.63 37.04 5.2 -
YUV 153.58 41.9 166.1 -
System Red Green Blue C M Y K H S L
Decimal 207 156 1 0 0.25 1.00 0.19 45.15 0.99 0.41
Hex CF 9C 1 0 19 64 13 2D 63 29
Octal 317 234 1 0 31 144 23 55 143 51
Binary 11001111 10011100 1 0 11001 1100100 10011 101101 1100011 101001

Color Harmonies of #CF9C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9C01

Black with #CF9C01

Text Example


Text Example

White with #CF9C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9C01; }

 p { color: rgb(207,156,1); }

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

background-color css

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

 a { background-color: rgb(207,156,1); }

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

border-color css

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

 span { border-color: rgb(207,156,1); }

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