Html Css Color HEX #CF9110 Gamboge

📋 copy color: '#CF9110'

red 207 ◦ green 145 ◦ blue 16

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

Shades of Gamboge #CF9110

Tints of Gamboge #CF9110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.35%

R = 56.25%
G = 39.4%
B = 4.35%

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

#CF9110 (or 0xCF9110) is known color: Gamboge. HEX triplet: CF, 91 and 10. RGB value is (207,145,16). Sum of RGB (Red+Green+Blue) = 207+145+16=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9110 is #306EEF. Grayscale: #959595. Windows color (decimal): -3174128 or 1085903. OLE color: 1085903.

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

Color convert

RGB 207 145 16 -
CMYK 0 0.30 0.92 0.19
HSL 40.52º 0.86% 0.44% -
HSV(B) 40.52º 0.92% 0.81% -
XYZ 35.95 33.55 5.07 -
YUV 148.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 207 145 16 0 0.30 0.92 0.19 40.52 0.86 0.44
Hex CF 91 10 0 1E 5C 13 29 56 2C
Octal 317 221 20 0 36 134 23 51 126 54
Binary 11001111 10010001 10000 0 11110 1011100 10011 101001 1010110 101100

Color Harmonies of #CF9110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9110

Black with #CF9110

Text Example


Text Example

White with #CF9110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9110; }

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

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

background-color css

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

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

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

border-color css

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

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

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