Html Css Color HEX #CF9114 Gamboge

📋 copy color: '#CF9114'

red 207 ◦ green 145 ◦ blue 20

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

Shades of Gamboge #CF9114

Tints of Gamboge #CF9114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 55.65%
G = 38.98%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF9114 (or 0xCF9114) is known color: Gamboge. HEX triplet: CF, 91 and 14. RGB value is (207,145,20). Sum of RGB (Red+Green+Blue) = 207+145+20=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9114 is #306EEB. Grayscale: #959595. Windows color (decimal): -3174124 or 1348047. OLE color: 1348047.

HSL color Cylindrical-coordinate representation of color #CF9114: hue angle of 40.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF9114 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 20 -
CMYK 0 0.30 0.90 0.19
HSL 40.11º 0.82% 0.45% -
HSV(B) 40.11º 0.9% 0.81% -
XYZ 35.98 33.57 5.24 -
YUV 149.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 207 145 20 0 0.30 0.90 0.19 40.11 0.82 0.45
Hex CF 91 14 0 1E 5A 13 28 52 2D
Octal 317 221 24 0 36 132 23 50 122 55
Binary 11001111 10010001 10100 0 11110 1011010 10011 101000 1010010 101101

Color Harmonies of #CF9114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9114

Black with #CF9114

Text Example


Text Example

White with #CF9114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9114; }

 p { color: rgb(207,145,20); }

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

background-color css

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

 a { background-color: rgb(207,145,20); }

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

border-color css

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

 span { border-color: rgb(207,145,20); }

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