Html Css Color HEX #CF9906 Gamboge

📋 copy color: '#CF9906'

red 207 ◦ green 153 ◦ blue 6

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

Shades of Gamboge #CF9906

Tints of Gamboge #CF9906

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

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

R = 56.56%
G = 41.8%
B = 1.64%

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

#CF9906 (or 0xCF9906) is known color: Gamboge. HEX triplet: CF, 99 and 06. RGB value is (207,153,6). Sum of RGB (Red+Green+Blue) = 207+153+6=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9906 is #3066F9. Grayscale: #999999. Windows color (decimal): -3172090 or 432591. OLE color: 432591.

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

Color convert

RGB 207 153 6 -
CMYK 0 0.26 0.97 0.19
HSL 43.88º 0.94% 0.42% -
HSV(B) 43.88º 0.97% 0.81% -
XYZ 37.16 36.06 5.17 -
YUV 152.39 45.39 166.95 -
System Red Green Blue C M Y K H S L
Decimal 207 153 6 0 0.26 0.97 0.19 43.88 0.94 0.42
Hex CF 99 6 0 1A 61 13 2C 5E 2A
Octal 317 231 6 0 32 141 23 54 136 52
Binary 11001111 10011001 110 0 11010 1100001 10011 101100 1011110 101010

Color Harmonies of #CF9906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9906

Black with #CF9906

Text Example


Text Example

White with #CF9906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9906; }

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

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

background-color css

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

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

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

border-color css

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

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

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