Html Css Color HEX #CFA312 Galliano

📋 copy color: '#CFA312'

red 207 ◦ green 163 ◦ blue 18

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

Shades of Galliano #CFA312

Tints of Galliano #CFA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.01%

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

R = 53.35%
G = 42.01%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFA312 (or 0xCFA312) is known color: Galliano. HEX triplet: CF, A3 and 12. RGB value is (207,163,18). Sum of RGB (Red+Green+Blue) = 207+163+18=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA312 is #305CED. Grayscale: #A0A0A0. Windows color (decimal): -3169518 or 1221583. OLE color: 1221583.

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

Color convert

RGB 207 163 18 -
CMYK 0 0.21 0.91 0.19
HSL 46.03º 0.84% 0.44% -
HSV(B) 46.03º 0.91% 0.81% -
XYZ 38.94 39.5 6.14 -
YUV 159.63 48.08 161.79 -
System Red Green Blue C M Y K H S L
Decimal 207 163 18 0 0.21 0.91 0.19 46.03 0.84 0.44
Hex CF A3 12 0 15 5B 13 2E 54 2C
Octal 317 243 22 0 25 133 23 56 124 54
Binary 11001111 10100011 10010 0 10101 1011011 10011 101110 1010100 101100

Color Harmonies of #CFA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA312

Black with #CFA312

Text Example


Text Example

White with #CFA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA312; }

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

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

background-color css

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

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

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

border-color css

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

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

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