Html Css Color HEX #CF9700 Gamboge

📋 copy color: '#CF9700'

red 207 ◦ green 151 ◦ blue 0

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

Shades of Gamboge #CF9700

Tints of Gamboge #CF9700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

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

R = 57.82%
G = 42.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF9700 (or 0xCF9700) is known color: Gamboge. HEX triplet: CF, 97 and 00. RGB value is (207,151,0). Sum of RGB (Red+Green+Blue) = 207+151+0=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9700 is #3068FF. Grayscale: #979797. Windows color (decimal): -3172608 or 38863. OLE color: 38863.

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

Color convert

RGB 207 151 0 -
CMYK 0 0.27 1 0.19
HSL 43.77º 1% 0.41% -
HSV(B) 43.77º 1% 0.81% -
XYZ 36.8 35.4 4.89 -
YUV 150.53 43.05 168.28 -
System Red Green Blue C M Y K H S L
Decimal 207 151 0 0 0.27 1 0.19 43.77 1 0.41
Hex CF 97 0 0 1B 64 13 2C 64 29
Octal 317 227 0 0 33 144 23 54 144 51
Binary 11001111 10010111 0 0 11011 1100100 10011 101100 1100100 101001

Color Harmonies of #CF9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9700

Black with #CF9700

Text Example


Text Example

White with #CF9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9700; }

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

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

background-color css

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

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

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

border-color css

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

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

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