Html Css Color HEX #CF9901 Gamboge

📋 copy color: '#CF9901'

red 207 ◦ green 153 ◦ blue 1

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

Shades of Gamboge #CF9901

Tints of Gamboge #CF9901

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

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

R = 57.34%
G = 42.38%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF9901 (or 0xCF9901) is known color: Gamboge. HEX triplet: CF, 99 and 01. RGB value is (207,153,1). Sum of RGB (Red+Green+Blue) = 207+153+1=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9901 is #3066FE. Grayscale: #989898. Windows color (decimal): -3172095 or 104911. OLE color: 104911.

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

Color convert

RGB 207 153 1 -
CMYK 0 0.26 1.00 0.19
HSL 44.27º 0.99% 0.41% -
HSV(B) 44.27º 1% 0.81% -
XYZ 37.13 36.05 5.03 -
YUV 151.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 207 153 1 0 0.26 1.00 0.19 44.27 0.99 0.41
Hex CF 99 1 0 1A 64 13 2C 63 29
Octal 317 231 1 0 32 144 23 54 143 51
Binary 11001111 10011001 1 0 11010 1100100 10011 101100 1100011 101001

Color Harmonies of #CF9901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9901

Black with #CF9901

Text Example


Text Example

White with #CF9901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9901; }

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

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

background-color css

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

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

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

border-color css

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

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

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