Html Css Color HEX #CF9812 Gamboge

📋 copy color: '#CF9812'

red 207 ◦ green 152 ◦ blue 18

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

Shades of Gamboge #CF9812

Tints of Gamboge #CF9812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

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

R = 54.91%
G = 40.32%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF9812 (or 0xCF9812) is known color: Gamboge. HEX triplet: CF, 98 and 12. RGB value is (207,152,18). Sum of RGB (Red+Green+Blue) = 207+152+18=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9812 is #3067ED. Grayscale: #999999. Windows color (decimal): -3172334 or 1218767. OLE color: 1218767.

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

Color convert

RGB 207 152 18 -
CMYK 0 0.27 0.91 0.19
HSL 42.54º 0.84% 0.44% -
HSV(B) 42.54º 0.91% 0.81% -
XYZ 37.07 35.77 5.52 -
YUV 153.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 207 152 18 0 0.27 0.91 0.19 42.54 0.84 0.44
Hex CF 98 12 0 1B 5B 13 2B 54 2C
Octal 317 230 22 0 33 133 23 53 124 54
Binary 11001111 10011000 10010 0 11011 1011011 10011 101011 1010100 101100

Color Harmonies of #CF9812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9812

Black with #CF9812

Text Example


Text Example

White with #CF9812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9812; }

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

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

background-color css

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

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

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

border-color css

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

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

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