Html Css Color HEX #CF9A00 Gamboge

📋 copy color: '#CF9A00'

red 207 ◦ green 154 ◦ blue 0

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

Shades of Gamboge #CF9A00

Tints of Gamboge #CF9A00

RGB

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

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

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

R = 57.34%
G = 42.66%
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

#CF9A00 (or 0xCF9A00) is known color: Gamboge. HEX triplet: CF, 9A and 00. RGB value is (207,154,0). Sum of RGB (Red+Green+Blue) = 207+154+0=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9A00 is #3065FF. Grayscale: #989898. Windows color (decimal): -3171840 or 39631. OLE color: 39631.

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

Color convert

RGB 207 154 0 -
CMYK 0 0.26 1 0.19
HSL 44.64º 1% 0.41% -
HSV(B) 44.64º 1% 0.81% -
XYZ 37.29 36.38 5.06 -
YUV 152.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 207 154 0 0 0.26 1 0.19 44.64 1 0.41
Hex CF 9A 0 0 1A 64 13 2D 64 29
Octal 317 232 0 0 32 144 23 55 144 51
Binary 11001111 10011010 0 0 11010 1100100 10011 101101 1100100 101001

Color Harmonies of #CF9A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A00

Black with #CF9A00

Text Example


Text Example

White with #CF9A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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