Html Css Color HEX #CF9209 Gamboge

📋 copy color: '#CF9209'

red 207 ◦ green 146 ◦ blue 9

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

Shades of Gamboge #CF9209

Tints of Gamboge #CF9209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 57.18%
G = 40.33%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF9209 (or 0xCF9209) is known color: Gamboge. HEX triplet: CF, 92 and 09. RGB value is (207,146,9). Sum of RGB (Red+Green+Blue) = 207+146+9=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9209 is #306DF6. Grayscale: #959595. Windows color (decimal): -3173879 or 627407. OLE color: 627407.

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

Color convert

RGB 207 146 9 -
CMYK 0 0.29 0.96 0.19
HSL 41.52º 0.92% 0.42% -
HSV(B) 41.52º 0.96% 0.81% -
XYZ 36.06 33.84 4.89 -
YUV 148.62 49.21 169.64 -
System Red Green Blue C M Y K H S L
Decimal 207 146 9 0 0.29 0.96 0.19 41.52 0.92 0.42
Hex CF 92 9 0 1D 60 13 2A 5C 2A
Octal 317 222 11 0 35 140 23 52 134 52
Binary 11001111 10010010 1001 0 11101 1100000 10011 101010 1011100 101010

Color Harmonies of #CF9209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9209

Black with #CF9209

Text Example


Text Example

White with #CF9209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9209; }

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

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

background-color css

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

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

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

border-color css

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

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

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