Html Css Color HEX #CFA514 Galliano

📋 copy color: '#CFA514'

red 207 ◦ green 165 ◦ blue 20

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

Shades of Galliano #CFA514

Tints of Galliano #CFA514

RGB

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

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

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

R = 52.81%
G = 42.09%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFA514 (or 0xCFA514) is known color: Galliano. HEX triplet: CF, A5 and 14. RGB value is (207,165,20). Sum of RGB (Red+Green+Blue) = 207+165+20=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA514 is #305AEB. Grayscale: #A1A1A1. Windows color (decimal): -3169004 or 1353167. OLE color: 1353167.

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

Color convert

RGB 207 165 20 -
CMYK 0 0.20 0.90 0.19
HSL 46.52º 0.82% 0.45% -
HSV(B) 46.52º 0.9% 0.81% -
XYZ 39.31 40.23 6.35 -
YUV 161.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 207 165 20 0 0.20 0.90 0.19 46.52 0.82 0.45
Hex CF A5 14 0 14 5A 13 2F 52 2D
Octal 317 245 24 0 24 132 23 57 122 55
Binary 11001111 10100101 10100 0 10100 1011010 10011 101111 1010010 101101

Color Harmonies of #CFA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA514

Black with #CFA514

Text Example


Text Example

White with #CFA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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