Html Css Color HEX #CF9909 Gamboge

📋 copy color: '#CF9909'

red 207 ◦ green 153 ◦ blue 9

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

Shades of Gamboge #CF9909

Tints of Gamboge #CF9909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.44%

R = 56.1%
G = 41.46%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF9909 (or 0xCF9909) is known color: Gamboge. HEX triplet: CF, 99 and 09. RGB value is (207,153,9). Sum of RGB (Red+Green+Blue) = 207+153+9=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 9 (3.91% from 255 or 2.44% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9909 is #3066F6. Grayscale: #999999. Windows color (decimal): -3172087 or 629199. OLE color: 629199.

HSL color Cylindrical-coordinate representation of color #CF9909: hue angle of 43.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF9909 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 9 -
CMYK 0 0.26 0.96 0.19
HSL 43.64º 0.92% 0.42% -
HSV(B) 43.64º 0.96% 0.81% -
XYZ 37.17 36.07 5.26 -
YUV 152.73 46.89 166.71 -
System Red Green Blue C M Y K H S L
Decimal 207 153 9 0 0.26 0.96 0.19 43.64 0.92 0.42
Hex CF 99 9 0 1A 60 13 2C 5C 2A
Octal 317 231 11 0 32 140 23 54 134 52
Binary 11001111 10011001 1001 0 11010 1100000 10011 101100 1011100 101010

Color Harmonies of #CF9909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9909

Black with #CF9909

Text Example


Text Example

White with #CF9909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9909; }

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

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

background-color css

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

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

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

border-color css

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

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

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