Html Css Color HEX #CFA515 Galliano

📋 copy color: '#CFA515'

red 207 ◦ green 165 ◦ blue 21

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

Shades of Galliano #CFA515

Tints of Galliano #CFA515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.34%

R = 52.67%
G = 41.98%
B = 5.34%

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

#CFA515 (or 0xCFA515) is known color: Galliano. HEX triplet: CF, A5 and 15. RGB value is (207,165,21). Sum of RGB (Red+Green+Blue) = 207+165+21=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA515 is #305AEA. Grayscale: #A1A1A1. Windows color (decimal): -3169003 or 1418703. OLE color: 1418703.

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

Color convert

RGB 207 165 21 -
CMYK 0 0.20 0.90 0.19
HSL 46.45º 0.82% 0.45% -
HSV(B) 46.45º 0.9% 0.81% -
XYZ 39.32 40.23 6.4 -
YUV 161.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 207 165 21 0 0.20 0.90 0.19 46.45 0.82 0.45
Hex CF A5 15 0 14 5A 13 2E 52 2D
Octal 317 245 25 0 24 132 23 56 122 55
Binary 11001111 10100101 10101 0 10100 1011010 10011 101110 1010010 101101

Color Harmonies of #CFA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA515

Black with #CFA515

Text Example


Text Example

White with #CFA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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