Html Css Color HEX #CF9C11 Gamboge

📋 copy color: '#CF9C11'

red 207 ◦ green 156 ◦ blue 17

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

Shades of Gamboge #CF9C11

Tints of Gamboge #CF9C11

RGB

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

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

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

R = 54.47%
G = 41.05%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF9C11 (or 0xCF9C11) is known color: Gamboge. HEX triplet: CF, 9C and 11. RGB value is (207,156,17). Sum of RGB (Red+Green+Blue) = 207+156+17=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9C11 is #3063EE. Grayscale: #9C9C9C. Windows color (decimal): -3171311 or 1154255. OLE color: 1154255.

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

Color convert

RGB 207 156 17 -
CMYK 0 0.25 0.92 0.19
HSL 43.89º 0.85% 0.44% -
HSV(B) 43.89º 0.92% 0.81% -
XYZ 37.72 37.08 5.7 -
YUV 155.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 207 156 17 0 0.25 0.92 0.19 43.89 0.85 0.44
Hex CF 9C 11 0 19 5C 13 2C 55 2C
Octal 317 234 21 0 31 134 23 54 125 54
Binary 11001111 10011100 10001 0 11001 1011100 10011 101100 1010101 101100

Color Harmonies of #CF9C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9C11

Black with #CF9C11

Text Example


Text Example

White with #CF9C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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