Html Css Color HEX #CF9009 Gamboge

📋 copy color: '#CF9009'

red 207 ◦ green 144 ◦ blue 9

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

Shades of Gamboge #CF9009

Tints of Gamboge #CF9009

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

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

R = 57.5%
G = 40%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF9009 (or 0xCF9009) is known color: Gamboge. HEX triplet: CF, 90 and 09. RGB value is (207,144,9). Sum of RGB (Red+Green+Blue) = 207+144+9=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9009 is #306FF6. Grayscale: #949494. Windows color (decimal): -3174391 or 626895. OLE color: 626895.

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

Color convert

RGB 207 144 9 -
CMYK 0 0.30 0.96 0.19
HSL 40.91º 0.92% 0.42% -
HSV(B) 40.91º 0.96% 0.81% -
XYZ 35.75 33.23 4.79 -
YUV 147.45 49.87 170.48 -
System Red Green Blue C M Y K H S L
Decimal 207 144 9 0 0.30 0.96 0.19 40.91 0.92 0.42
Hex CF 90 9 0 1E 60 13 29 5C 2A
Octal 317 220 11 0 36 140 23 51 134 52
Binary 11001111 10010000 1001 0 11110 1100000 10011 101001 1011100 101010

Color Harmonies of #CF9009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9009

Black with #CF9009

Text Example


Text Example

White with #CF9009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9009; }

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

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

background-color css

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

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

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

border-color css

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

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

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