Html Css Color HEX #CFA613 Galliano

📋 copy color: '#CFA613'

red 207 ◦ green 166 ◦ blue 19

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

Shades of Galliano #CFA613

Tints of Galliano #CFA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.35%

 BLUE value IS 19 (7.81% from 255) = 4.85%

R = 52.81%
G = 42.35%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFA613 (or 0xCFA613) is known color: Galliano. HEX triplet: CF, A6 and 13. RGB value is (207,166,19). Sum of RGB (Red+Green+Blue) = 207+166+19=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA613 is #3059EC. Grayscale: #A2A2A2. Windows color (decimal): -3168749 or 1287887. OLE color: 1287887.

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

Color convert

RGB 207 166 19 -
CMYK 0 0.20 0.91 0.19
HSL 46.91º 0.83% 0.44% -
HSV(B) 46.91º 0.91% 0.81% -
XYZ 39.49 40.58 6.37 -
YUV 161.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 207 166 19 0 0.20 0.91 0.19 46.91 0.83 0.44
Hex CF A6 13 0 14 5B 13 2F 53 2C
Octal 317 246 23 0 24 133 23 57 123 54
Binary 11001111 10100110 10011 0 10100 1011011 10011 101111 1010011 101100

Color Harmonies of #CFA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA613

Black with #CFA613

Text Example


Text Example

White with #CFA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA613; }

 p { color: rgb(207,166,19); }

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

background-color css

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

 a { background-color: rgb(207,166,19); }

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

border-color css

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

 span { border-color: rgb(207,166,19); }

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