Html Css Color HEX #CFA51C Galliano

📋 copy color: '#CFA51C'

red 207 ◦ green 165 ◦ blue 28

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

Shades of Galliano #CFA51C

Tints of Galliano #CFA51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7%

R = 51.75%
G = 41.25%
B = 7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFA51C (or 0xCFA51C) is known color: Galliano. HEX triplet: CF, A5 and 1C. RGB value is (207,165,28). Sum of RGB (Red+Green+Blue) = 207+165+28=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA51C is #305AE3. Grayscale: #A2A2A2. Windows color (decimal): -3168996 or 1877455. OLE color: 1877455.

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

Color convert

RGB 207 165 28 -
CMYK 0 0.20 0.86 0.19
HSL 45.92º 0.76% 0.46% -
HSV(B) 45.92º 0.86% 0.81% -
XYZ 39.4 40.26 6.79 -
YUV 161.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 207 165 28 0 0.20 0.86 0.19 45.92 0.76 0.46
Hex CF A5 1C 0 14 56 13 2E 4C 2E
Octal 317 245 34 0 24 126 23 56 114 56
Binary 11001111 10100101 11100 0 10100 1010110 10011 101110 1001100 101110

Color Harmonies of #CFA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA51C

Black with #CFA51C

Text Example


Text Example

White with #CFA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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