Html Css Color HEX #CF9810 Gamboge

📋 copy color: '#CF9810'

red 207 ◦ green 152 ◦ blue 16

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

Shades of Gamboge #CF9810

Tints of Gamboge #CF9810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

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

R = 55.2%
G = 40.53%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF9810 (or 0xCF9810) is known color: Gamboge. HEX triplet: CF, 98 and 10. RGB value is (207,152,16). Sum of RGB (Red+Green+Blue) = 207+152+16=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9810 is #3067EF. Grayscale: #999999. Windows color (decimal): -3172336 or 1087695. OLE color: 1087695.

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

Color convert

RGB 207 152 16 -
CMYK 0 0.27 0.92 0.19
HSL 42.72º 0.86% 0.44% -
HSV(B) 42.72º 0.92% 0.81% -
XYZ 37.05 35.76 5.44 -
YUV 152.94 50.72 166.56 -
System Red Green Blue C M Y K H S L
Decimal 207 152 16 0 0.27 0.92 0.19 42.72 0.86 0.44
Hex CF 98 10 0 1B 5C 13 2B 56 2C
Octal 317 230 20 0 33 134 23 53 126 54
Binary 11001111 10011000 10000 0 11011 1011100 10011 101011 1010110 101100

Color Harmonies of #CF9810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9810

Black with #CF9810

Text Example


Text Example

White with #CF9810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9810; }

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

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

background-color css

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

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

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

border-color css

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

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

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