Html Css Color HEX #CF9611 Gamboge

📋 copy color: '#CF9611'

red 207 ◦ green 150 ◦ blue 17

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

Shades of Gamboge #CF9611

Tints of Gamboge #CF9611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.11%

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

R = 55.35%
G = 40.11%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF9611 (or 0xCF9611) is known color: Gamboge. HEX triplet: CF, 96 and 11. RGB value is (207,150,17). Sum of RGB (Red+Green+Blue) = 207+150+17=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9611 is #3069EE. Grayscale: #989898. Windows color (decimal): -3172847 or 1152719. OLE color: 1152719.

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

Color convert

RGB 207 150 17 -
CMYK 0 0.28 0.92 0.19
HSL 42º 0.85% 0.44% -
HSV(B) 42º 0.92% 0.81% -
XYZ 36.74 35.12 5.37 -
YUV 151.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 207 150 17 0 0.28 0.92 0.19 42 0.85 0.44
Hex CF 96 11 0 1C 5C 13 2A 55 2C
Octal 317 226 21 0 34 134 23 52 125 54
Binary 11001111 10010110 10001 0 11100 1011100 10011 101010 1010101 101100

Color Harmonies of #CF9611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9611

Black with #CF9611

Text Example


Text Example

White with #CF9611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9611; }

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

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

background-color css

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

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

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

border-color css

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

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

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