Html Css Color HEX #CFA512 Galliano

📋 copy color: '#CFA512'

red 207 ◦ green 165 ◦ blue 18

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

Shades of Galliano #CFA512

Tints of Galliano #CFA512

RGB

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

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

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

R = 53.08%
G = 42.31%
B = 4.62%

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

#CFA512 (or 0xCFA512) is known color: Galliano. HEX triplet: CF, A5 and 12. RGB value is (207,165,18). Sum of RGB (Red+Green+Blue) = 207+165+18=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA512 is #305AED. Grayscale: #A1A1A1. Windows color (decimal): -3169006 or 1222095. OLE color: 1222095.

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

Color convert

RGB 207 165 18 -
CMYK 0 0.20 0.91 0.19
HSL 46.67º 0.84% 0.44% -
HSV(B) 46.67º 0.91% 0.81% -
XYZ 39.3 40.22 6.26 -
YUV 160.8 47.41 160.95 -
System Red Green Blue C M Y K H S L
Decimal 207 165 18 0 0.20 0.91 0.19 46.67 0.84 0.44
Hex CF A5 12 0 14 5B 13 2F 54 2C
Octal 317 245 22 0 24 133 23 57 124 54
Binary 11001111 10100101 10010 0 10100 1011011 10011 101111 1010100 101100

Color Harmonies of #CFA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA512

Black with #CFA512

Text Example


Text Example

White with #CFA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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