Html Css Color HEX #CF9805 Gamboge

📋 copy color: '#CF9805'

red 207 ◦ green 152 ◦ blue 5

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

Shades of Gamboge #CF9805

Tints of Gamboge #CF9805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.76%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 56.87%
G = 41.76%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF9805 (or 0xCF9805) is known color: Gamboge. HEX triplet: CF, 98 and 05. RGB value is (207,152,5). Sum of RGB (Red+Green+Blue) = 207+152+5=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9805 is #3067FA. Grayscale: #989898. Windows color (decimal): -3172347 or 366799. OLE color: 366799.

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

Color convert

RGB 207 152 5 -
CMYK 0 0.27 0.98 0.19
HSL 43.66º 0.95% 0.42% -
HSV(B) 43.66º 0.98% 0.81% -
XYZ 36.99 35.73 5.09 -
YUV 151.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 207 152 5 0 0.27 0.98 0.19 43.66 0.95 0.42
Hex CF 98 5 0 1B 62 13 2C 5F 2A
Octal 317 230 5 0 33 142 23 54 137 52
Binary 11001111 10011000 101 0 11011 1100010 10011 101100 1011111 101010

Color Harmonies of #CF9805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9805

Black with #CF9805

Text Example


Text Example

White with #CF9805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9805; }

 p { color: rgb(207,152,5); }

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

background-color css

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

 a { background-color: rgb(207,152,5); }

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

border-color css

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

 span { border-color: rgb(207,152,5); }

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