Html Css Color HEX #CF9F0F Gamboge

📋 copy color: '#CF9F0F'

red 207 ◦ green 159 ◦ blue 15

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

Shades of Gamboge #CF9F0F

Tints of Gamboge #CF9F0F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.73%

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 54.33%
G = 41.73%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF9F0F (or 0xCF9F0F) is known color: Gamboge. HEX triplet: CF, 9F and 0F. RGB value is (207,159,15). Sum of RGB (Red+Green+Blue) = 207+159+15=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9F0F is #3060F0. Grayscale: #9D9D9D. Windows color (decimal): -3170545 or 1023951. OLE color: 1023951.

HSL color Cylindrical-coordinate representation of color #CF9F0F: hue angle of 45º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF9F0F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 159 15 -
CMYK 0 0.23 0.93 0.19
HSL 45º 0.86% 0.44% -
HSV(B) 45º 0.93% 0.81% -
XYZ 38.22 38.1 5.79 -
YUV 156.94 47.9 163.71 -
System Red Green Blue C M Y K H S L
Decimal 207 159 15 0 0.23 0.93 0.19 45 0.86 0.44
Hex CF 9F F 0 17 5D 13 2D 56 2C
Octal 317 237 17 0 27 135 23 55 126 54
Binary 11001111 10011111 1111 0 10111 1011101 10011 101101 1010110 101100

Color Harmonies of #CF9F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9F0F

Black with #CF9F0F

Text Example


Text Example

White with #CF9F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9F0F; }

 p { color: rgb(207,159,15); }

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

background-color css

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

 a { background-color: rgb(207,159,15); }

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

border-color css

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

 span { border-color: rgb(207,159,15); }

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