Html Css Color HEX #CF9D09 Gamboge

📋 copy color: '#CF9D09'

red 207 ◦ green 157 ◦ blue 9

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

Shades of Gamboge #CF9D09

Tints of Gamboge #CF9D09

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.09%

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

R = 55.5%
G = 42.09%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF9D09 (or 0xCF9D09) is known color: Gamboge. HEX triplet: CF, 9D and 09. RGB value is (207,157,9). Sum of RGB (Red+Green+Blue) = 207+157+9=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9D09 is #3062F6. Grayscale: #9B9B9B. Windows color (decimal): -3171063 or 630223. OLE color: 630223.

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

Color convert

RGB 207 157 9 -
CMYK 0 0.24 0.96 0.19
HSL 44.85º 0.92% 0.42% -
HSV(B) 44.85º 0.96% 0.81% -
XYZ 37.84 37.4 5.48 -
YUV 155.08 45.57 165.03 -
System Red Green Blue C M Y K H S L
Decimal 207 157 9 0 0.24 0.96 0.19 44.85 0.92 0.42
Hex CF 9D 9 0 18 60 13 2D 5C 2A
Octal 317 235 11 0 30 140 23 55 134 52
Binary 11001111 10011101 1001 0 11000 1100000 10011 101101 1011100 101010

Color Harmonies of #CF9D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D09

Black with #CF9D09

Text Example


Text Example

White with #CF9D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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