Html Css Color HEX #CF9A06 Gamboge

📋 copy color: '#CF9A06'

red 207 ◦ green 154 ◦ blue 6

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

Shades of Gamboge #CF9A06

Tints of Gamboge #CF9A06

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.96%

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 56.4%
G = 41.96%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF9A06 (or 0xCF9A06) is known color: Gamboge. HEX triplet: CF, 9A and 06. RGB value is (207,154,6). Sum of RGB (Red+Green+Blue) = 207+154+6=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9A06 is #3065F9. Grayscale: #999999. Windows color (decimal): -3171834 or 432847. OLE color: 432847.

HSL color Cylindrical-coordinate representation of color #CF9A06: hue angle of 44.18º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF9A06 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 154 6 -
CMYK 0 0.26 0.97 0.19
HSL 44.18º 0.94% 0.42% -
HSV(B) 44.18º 0.97% 0.81% -
XYZ 37.32 36.39 5.23 -
YUV 152.98 45.06 166.53 -
System Red Green Blue C M Y K H S L
Decimal 207 154 6 0 0.26 0.97 0.19 44.18 0.94 0.42
Hex CF 9A 6 0 1A 61 13 2C 5E 2A
Octal 317 232 6 0 32 141 23 54 136 52
Binary 11001111 10011010 110 0 11010 1100001 10011 101100 1011110 101010

Color Harmonies of #CF9A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A06

Black with #CF9A06

Text Example


Text Example

White with #CF9A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A06; }

 p { color: rgb(207,154,6); }

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

background-color css

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

 a { background-color: rgb(207,154,6); }

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

border-color css

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

 span { border-color: rgb(207,154,6); }

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