Html Css Color HEX #CF9512 Gamboge

📋 copy color: '#CF9512'

red 207 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #CF9512

Tints of Gamboge #CF9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 55.35%
G = 39.84%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF9512 (or 0xCF9512) is known color: Gamboge. HEX triplet: CF, 95 and 12. RGB value is (207,149,18). Sum of RGB (Red+Green+Blue) = 207+149+18=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9512 is #306AED. Grayscale: #979797. Windows color (decimal): -3173102 or 1217999. OLE color: 1217999.

HSL color Cylindrical-coordinate representation of color #CF9512: hue angle of 41.59º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF9512 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 18 -
CMYK 0 0.28 0.91 0.19
HSL 41.59º 0.84% 0.44% -
HSV(B) 41.59º 0.91% 0.81% -
XYZ 36.59 34.8 5.36 -
YUV 151.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 207 149 18 0 0.28 0.91 0.19 41.59 0.84 0.44
Hex CF 95 12 0 1C 5B 13 2A 54 2C
Octal 317 225 22 0 34 133 23 52 124 54
Binary 11001111 10010101 10010 0 11100 1011011 10011 101010 1010100 101100

Color Harmonies of #CF9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9512

Black with #CF9512

Text Example


Text Example

White with #CF9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9512; }

 p { color: rgb(207,149,18); }

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

background-color css

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

 a { background-color: rgb(207,149,18); }

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

border-color css

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

 span { border-color: rgb(207,149,18); }

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