Html Css Color HEX #CF9E14 Galliano

📋 copy color: '#CF9E14'

red 207 ◦ green 158 ◦ blue 20

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

Shades of Galliano #CF9E14

Tints of Galliano #CF9E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.04%

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

R = 53.77%
G = 41.04%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF9E14 (or 0xCF9E14) is known color: Galliano. HEX triplet: CF, 9E and 14. RGB value is (207,158,20). Sum of RGB (Red+Green+Blue) = 207+158+20=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9E14 is #3061EB. Grayscale: #9D9D9D. Windows color (decimal): -3170796 or 1351375. OLE color: 1351375.

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

Color convert

RGB 207 158 20 -
CMYK 0 0.24 0.90 0.19
HSL 44.28º 0.82% 0.45% -
HSV(B) 44.28º 0.9% 0.81% -
XYZ 38.09 37.77 5.94 -
YUV 156.92 50.73 163.72 -
System Red Green Blue C M Y K H S L
Decimal 207 158 20 0 0.24 0.90 0.19 44.28 0.82 0.45
Hex CF 9E 14 0 18 5A 13 2C 52 2D
Octal 317 236 24 0 30 132 23 54 122 55
Binary 11001111 10011110 10100 0 11000 1011010 10011 101100 1010010 101101

Color Harmonies of #CF9E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E14

Black with #CF9E14

Text Example


Text Example

White with #CF9E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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