Html Css Color HEX #CF8F11 Gamboge

📋 copy color: '#CF8F11'

red 207 ◦ green 143 ◦ blue 17

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

Shades of Gamboge #CF8F11

Tints of Gamboge #CF8F11

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.96%

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

R = 56.4%
G = 38.96%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF8F11 (or 0xCF8F11) is known color: Gamboge. HEX triplet: CF, 8F and 11. RGB value is (207,143,17). Sum of RGB (Red+Green+Blue) = 207+143+17=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8F11 is #3070EE. Grayscale: #949494. Windows color (decimal): -3174639 or 1150927. OLE color: 1150927.

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

Color convert

RGB 207 143 17 -
CMYK 0 0.31 0.92 0.19
HSL 39.79º 0.85% 0.44% -
HSV(B) 39.79º 0.92% 0.81% -
XYZ 35.66 32.95 5.01 -
YUV 147.77 54.2 170.25 -
System Red Green Blue C M Y K H S L
Decimal 207 143 17 0 0.31 0.92 0.19 39.79 0.85 0.44
Hex CF 8F 11 0 1F 5C 13 28 55 2C
Octal 317 217 21 0 37 134 23 50 125 54
Binary 11001111 10001111 10001 0 11111 1011100 10011 101000 1010101 101100

Color Harmonies of #CF8F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F11

Black with #CF8F11

Text Example


Text Example

White with #CF8F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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