Html Css Color HEX #CF9E13 Galliano

📋 copy color: '#CF9E13'

red 207 ◦ green 158 ◦ blue 19

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

Shades of Galliano #CF9E13

Tints of Galliano #CF9E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 53.91%
G = 41.15%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF9E13 (or 0xCF9E13) is known color: Galliano. HEX triplet: CF, 9E and 13. RGB value is (207,158,19). Sum of RGB (Red+Green+Blue) = 207+158+19=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9E13 is #3061EC. Grayscale: #9D9D9D. Windows color (decimal): -3170797 or 1285839. OLE color: 1285839.

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

Color convert

RGB 207 158 19 -
CMYK 0 0.24 0.91 0.19
HSL 44.36º 0.83% 0.44% -
HSV(B) 44.36º 0.91% 0.81% -
XYZ 38.08 37.77 5.9 -
YUV 156.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 207 158 19 0 0.24 0.91 0.19 44.36 0.83 0.44
Hex CF 9E 13 0 18 5B 13 2C 53 2C
Octal 317 236 23 0 30 133 23 54 123 54
Binary 11001111 10011110 10011 0 11000 1011011 10011 101100 1010011 101100

Color Harmonies of #CF9E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E13

Black with #CF9E13

Text Example


Text Example

White with #CF9E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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