Html Css Color HEX #CFA513 Galliano

📋 copy color: '#CFA513'

red 207 ◦ green 165 ◦ blue 19

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

Shades of Galliano #CFA513

Tints of Galliano #CFA513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

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

R = 52.94%
G = 42.2%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFA513 (or 0xCFA513) is known color: Galliano. HEX triplet: CF, A5 and 13. RGB value is (207,165,19). Sum of RGB (Red+Green+Blue) = 207+165+19=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA513 is #305AEC. Grayscale: #A1A1A1. Windows color (decimal): -3169005 or 1287631. OLE color: 1287631.

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

Color convert

RGB 207 165 19 -
CMYK 0 0.20 0.91 0.19
HSL 46.6º 0.83% 0.44% -
HSV(B) 46.6º 0.91% 0.81% -
XYZ 39.3 40.22 6.31 -
YUV 160.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 207 165 19 0 0.20 0.91 0.19 46.6 0.83 0.44
Hex CF A5 13 0 14 5B 13 2F 53 2C
Octal 317 245 23 0 24 133 23 57 123 54
Binary 11001111 10100101 10011 0 10100 1011011 10011 101111 1010011 101100

Color Harmonies of #CFA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA513

Black with #CFA513

Text Example


Text Example

White with #CFA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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