Html Css Color HEX #CF9911 Gamboge

📋 copy color: '#CF9911'

red 207 ◦ green 153 ◦ blue 17

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

Shades of Gamboge #CF9911

Tints of Gamboge #CF9911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.51%

R = 54.91%
G = 40.58%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF9911 (or 0xCF9911) is known color: Gamboge. HEX triplet: CF, 99 and 11. RGB value is (207,153,17). Sum of RGB (Red+Green+Blue) = 207+153+17=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9911 is #3066EE. Grayscale: #9A9A9A. Windows color (decimal): -3172079 or 1153487. OLE color: 1153487.

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

Color convert

RGB 207 153 17 -
CMYK 0 0.26 0.92 0.19
HSL 42.95º 0.85% 0.44% -
HSV(B) 42.95º 0.92% 0.81% -
XYZ 37.22 36.09 5.53 -
YUV 153.64 50.89 166.06 -
System Red Green Blue C M Y K H S L
Decimal 207 153 17 0 0.26 0.92 0.19 42.95 0.85 0.44
Hex CF 99 11 0 1A 5C 13 2B 55 2C
Octal 317 231 21 0 32 134 23 53 125 54
Binary 11001111 10011001 10001 0 11010 1011100 10011 101011 1010101 101100

Color Harmonies of #CF9911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9911

Black with #CF9911

Text Example


Text Example

White with #CF9911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9911; }

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

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

background-color css

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

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

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

border-color css

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

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

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