Html Css Color HEX #CF9900 Gamboge

📋 copy color: '#CF9900'

red 207 ◦ green 153 ◦ blue 0

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

Shades of Gamboge #CF9900

Tints of Gamboge #CF9900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.5%
G = 42.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF9900 (or 0xCF9900) is known color: Gamboge. HEX triplet: CF, 99 and 00. RGB value is (207,153,0). Sum of RGB (Red+Green+Blue) = 207+153+0=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9900 is #3066FF. Grayscale: #989898. Windows color (decimal): -3172096 or 39375. OLE color: 39375.

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

Color convert

RGB 207 153 0 -
CMYK 0 0.26 1 0.19
HSL 44.35º 1% 0.41% -
HSV(B) 44.35º 1% 0.81% -
XYZ 37.12 36.05 5 -
YUV 151.7 42.39 167.44 -
System Red Green Blue C M Y K H S L
Decimal 207 153 0 0 0.26 1 0.19 44.35 1 0.41
Hex CF 99 0 0 1A 64 13 2C 64 29
Octal 317 231 0 0 32 144 23 54 144 51
Binary 11001111 10011001 0 0 11010 1100100 10011 101100 1100100 101001

Color Harmonies of #CF9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9900

Black with #CF9900

Text Example


Text Example

White with #CF9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9900; }

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

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

background-color css

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

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

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

border-color css

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

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

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