Html Css Color HEX #CF9201 Gamboge

📋 copy color: '#CF9201'

red 207 ◦ green 146 ◦ blue 1

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

Shades of Gamboge #CF9201

Tints of Gamboge #CF9201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.24%

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

R = 58.47%
G = 41.24%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF9201 (or 0xCF9201) is known color: Gamboge. HEX triplet: CF, 92 and 01. RGB value is (207,146,1). Sum of RGB (Red+Green+Blue) = 207+146+1=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9201 is #306DFE. Grayscale: #949494. Windows color (decimal): -3173887 or 103119. OLE color: 103119.

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

Color convert

RGB 207 146 1 -
CMYK 0 0.29 1.00 0.19
HSL 42.23º 0.99% 0.41% -
HSV(B) 42.23º 1% 0.81% -
XYZ 36.02 33.83 4.66 -
YUV 147.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 207 146 1 0 0.29 1.00 0.19 42.23 0.99 0.41
Hex CF 92 1 0 1D 64 13 2A 63 29
Octal 317 222 1 0 35 144 23 52 143 51
Binary 11001111 10010010 1 0 11101 1100100 10011 101010 1100011 101001

Color Harmonies of #CF9201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9201

Black with #CF9201

Text Example


Text Example

White with #CF9201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9201; }

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

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

background-color css

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

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

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

border-color css

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

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

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