Html Css Color HEX #CF9211 Gamboge

📋 copy color: '#CF9211'

red 207 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #CF9211

Tints of Gamboge #CF9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.46%

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

R = 55.95%
G = 39.46%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF9211 (or 0xCF9211) is known color: Gamboge. HEX triplet: CF, 92 and 11. RGB value is (207,146,17). Sum of RGB (Red+Green+Blue) = 207+146+17=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9211 is #306DEE. Grayscale: #969696. Windows color (decimal): -3173871 or 1151695. OLE color: 1151695.

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

Color convert

RGB 207 146 17 -
CMYK 0 0.29 0.92 0.19
HSL 40.74º 0.85% 0.44% -
HSV(B) 40.74º 0.92% 0.81% -
XYZ 36.11 33.86 5.16 -
YUV 149.53 53.21 168.99 -
System Red Green Blue C M Y K H S L
Decimal 207 146 17 0 0.29 0.92 0.19 40.74 0.85 0.44
Hex CF 92 11 0 1D 5C 13 29 55 2C
Octal 317 222 21 0 35 134 23 51 125 54
Binary 11001111 10010010 10001 0 11101 1011100 10011 101001 1010101 101100

Color Harmonies of #CF9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9211

Black with #CF9211

Text Example


Text Example

White with #CF9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9211; }

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

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

background-color css

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

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

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

border-color css

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

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

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