Html Css Color HEX #CF9601 Gamboge

📋 copy color: '#CF9601'

red 207 ◦ green 150 ◦ blue 1

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

Shades of Gamboge #CF9601

Tints of Gamboge #CF9601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.9%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 57.82%
G = 41.9%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF9601 (or 0xCF9601) is known color: Gamboge. HEX triplet: CF, 96 and 01. RGB value is (207,150,1). Sum of RGB (Red+Green+Blue) = 207+150+1=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9601 is #3069FE. Grayscale: #969696. Windows color (decimal): -3172863 or 104143. OLE color: 104143.

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

Color convert

RGB 207 150 1 -
CMYK 0 0.28 1.00 0.19
HSL 43.4º 0.99% 0.41% -
HSV(B) 43.4º 1% 0.81% -
XYZ 36.64 35.08 4.87 -
YUV 150.06 43.88 168.62 -
System Red Green Blue C M Y K H S L
Decimal 207 150 1 0 0.28 1.00 0.19 43.4 0.99 0.41
Hex CF 96 1 0 1C 64 13 2B 63 29
Octal 317 226 1 0 34 144 23 53 143 51
Binary 11001111 10010110 1 0 11100 1100100 10011 101011 1100011 101001

Color Harmonies of #CF9601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9601

Black with #CF9601

Text Example


Text Example

White with #CF9601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9601; }

 p { color: rgb(207,150,1); }

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

background-color css

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

 a { background-color: rgb(207,150,1); }

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

border-color css

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

 span { border-color: rgb(207,150,1); }

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