Html Css Color HEX #CF9111 Gamboge

📋 copy color: '#CF9111'

red 207 ◦ green 145 ◦ blue 17

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

Shades of Gamboge #CF9111

Tints of Gamboge #CF9111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.3%

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

R = 56.1%
G = 39.3%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF9111 (or 0xCF9111) is known color: Gamboge. HEX triplet: CF, 91 and 11. RGB value is (207,145,17). Sum of RGB (Red+Green+Blue) = 207+145+17=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9111 is #306EEE. Grayscale: #959595. Windows color (decimal): -3174127 or 1151439. OLE color: 1151439.

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

Color convert

RGB 207 145 17 -
CMYK 0 0.30 0.92 0.19
HSL 40.42º 0.85% 0.44% -
HSV(B) 40.42º 0.92% 0.81% -
XYZ 35.96 33.56 5.11 -
YUV 148.95 53.54 169.41 -
System Red Green Blue C M Y K H S L
Decimal 207 145 17 0 0.30 0.92 0.19 40.42 0.85 0.44
Hex CF 91 11 0 1E 5C 13 28 55 2C
Octal 317 221 21 0 36 134 23 50 125 54
Binary 11001111 10010001 10001 0 11110 1011100 10011 101000 1010101 101100

Color Harmonies of #CF9111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9111

Black with #CF9111

Text Example


Text Example

White with #CF9111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9111; }

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

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

background-color css

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

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

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

border-color css

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

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

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