Html Css Color HEX #CFA50F Galliano

📋 copy color: '#CFA50F'

red 207 ◦ green 165 ◦ blue 15

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

Shades of Galliano #CFA50F

Tints of Galliano #CFA50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 53.49%
G = 42.64%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CFA50F (or 0xCFA50F) is known color: Galliano. HEX triplet: CF, A5 and 0F. RGB value is (207,165,15). Sum of RGB (Red+Green+Blue) = 207+165+15=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA50F is #305AF0. Grayscale: #A1A1A1. Windows color (decimal): -3169009 or 1025487. OLE color: 1025487.

HSL color Cylindrical-coordinate representation of color #CFA50F: hue angle of 46.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFA50F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 15 -
CMYK 0 0.20 0.93 0.19
HSL 46.88º 0.86% 0.44% -
HSV(B) 46.88º 0.93% 0.81% -
XYZ 39.27 40.21 6.14 -
YUV 160.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 207 165 15 0 0.20 0.93 0.19 46.88 0.86 0.44
Hex CF A5 F 0 14 5D 13 2F 56 2C
Octal 317 245 17 0 24 135 23 57 126 54
Binary 11001111 10100101 1111 0 10100 1011101 10011 101111 1010110 101100

Color Harmonies of #CFA50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA50F

Black with #CFA50F

Text Example


Text Example

White with #CFA50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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